Class ChartSeriesRecord.DataType
Type of data.
Inheritance
System.Object
    ChartSeriesRecord.DataType
  Namespace: Syncfusion.XlsIO.Parser.Biff_Records.Charts
Assembly: Syncfusion.XlsIO.Portable.dll
Syntax
public sealed class DataType : EnumFields
Date
Represents the Date data format.
Declaration
public const ChartSeriesRecord.DataType DateField Value
| Type | 
|---|
| ChartSeriesRecord.DataType | 
Numeric
Represents the Numeric data format.
Declaration
public const ChartSeriesRecord.DataType NumericField Value
| Type | 
|---|
| ChartSeriesRecord.DataType | 
Sequence
Represents the Sequence data format.
Declaration
public const ChartSeriesRecord.DataType SequenceField Value
| Type | 
|---|
| ChartSeriesRecord.DataType | 
Text
Represents the Text data format.
Declaration
public const ChartSeriesRecord.DataType TextField Value
| Type | 
|---|
| ChartSeriesRecord.DataType |