Class ChartSeriesRecord.DataType
Type of data.
Inheritance
System.Object
ChartSeriesRecord.DataType
Namespace: Syncfusion.XlsIO.Parser.Biff_Records.Charts
Assembly: Syncfusion.XlsIO.UWP.dll
Syntax
public sealed class DataType : Enum
Fields
Date
Represents the Date data format.
Declaration
public const ChartSeriesRecord.DataType Date
Field Value
Type |
---|
ChartSeriesRecord.DataType |
Numeric
Represents the Numeric data format.
Declaration
public const ChartSeriesRecord.DataType Numeric
Field Value
Type |
---|
ChartSeriesRecord.DataType |
Sequence
Represents the Sequence data format.
Declaration
public const ChartSeriesRecord.DataType Sequence
Field Value
Type |
---|
ChartSeriesRecord.DataType |
Text
Represents the Text data format.
Declaration
public const ChartSeriesRecord.DataType Text
Field Value
Type |
---|
ChartSeriesRecord.DataType |