Class OfficeAxisType
Specifies the axis type.
Inheritance
System.Object
OfficeAxisType
Namespace: Syncfusion.OfficeChart
Assembly: Syncfusion.OfficeChart.NET.dll
Syntax
public sealed class OfficeAxisType : Enum
Fields
Category
Indicates axis displays the Category (X) Axis.
Declaration
public const OfficeAxisType Category
Field Value
Type |
---|
OfficeAxisType |
Serie
Indicates axis displays data serie
Declaration
public const OfficeAxisType Serie
Field Value
Type |
---|
OfficeAxisType |
Value
Indicates axis displays the Value (Y) Axis.
Declaration
public const OfficeAxisType Value
Field Value
Type |
---|
OfficeAxisType |