Enum ChartSeriesRecord.DataType
Type of data.
Namespace: Syncfusion.XlsIO.Parser.Biff_Records.Charts
Assembly: Syncfusion.XlsIO.Base.dll
Syntax
public enum DataType
Fields
Name | Description |
---|---|
Date | Represents the Date data format. |
Numeric | Represents the Numeric data format. |
Sequence | Represents the Sequence data format. |
Text | Represents the Text data format. |