XlsChartSerie
StartType Property
|
Returns serie start type. Read-only.
Namespace:
Spire.Xls.Core.Spreadsheet.Charts
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public string StartType { get; }
Public ReadOnly Property StartType As String
Get
public:
property String^ StartType {
String^ get ();
}
member StartType : string with get
Property Value
Type:
String
See Also