Enum ChartAxisRecord.ChartAxisType
Represents the Chart axis type.
Namespace: Syncfusion.XlsIO.Parser.Biff_Records.Charts
Assembly: Syncfusion.XlsIO.Base.dll
Syntax
public enum ChartAxisType
Fields
Name | Description |
---|---|
CategoryAxis | Represents the CategoryAxis chart axis type. |
SeriesAxis | Represents the SeriesAxis chart axis type. |
ValueAxis | Represents the ValueAxis chart axis type. |