ChartType Property

Office Open XML

Type of chart

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

Syntax

C#
public eChartType ChartType { get; internal set; }
Visual Basic (Declaration)
Public Property ChartType As eChartType
Visual C++
public:
property eChartType ChartType {
	eChartType get ();
	void set (eChartType value);
}

See Also