XSeries Property

Office Open XML

Set an address for the horisontal labels

Namespace:  OfficeOpenXml.Drawing.Chart
Assembly:  EPPlus (in EPPlus.dll) Version: 3.0.0.1 (3.0.0.1)

Syntax

C#
public string XSeries { get; set; }
Visual Basic (Declaration)
Public Property XSeries As String
Visual C++
public:
property String^ XSeries {
	String^ get ();
	void set (String^ value);
}

See Also