Namespace: Spire.Xls.Core
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 11.6.0.0 (11.6.0.5020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
ExcelChartType SerieType { get; set; }
Property SerieType As ExcelChartType
	Get
	Set
property ExcelChartType SerieType {
	ExcelChartType get ();
	void set (ExcelChartType value);
}
abstract SerieType : ExcelChartType with get, set

Property Value

ExcelChartType

See Also