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