Class AxisPosition
Defines the position of the axis tick and labels. They are: Inside - Place the ticks or labels inside to the axis line. Outside - Place the ticks or labels outside to the axis line.
Inheritance
System.Object
AxisPosition
Namespace: Syncfusion.EJ2.Charts
Assembly: Syncfusion.EJ2.dll
Syntax
public sealed class AxisPosition : Enum
Fields
Inside
Declaration
public const AxisPosition Inside
Field Value
Type |
---|
AxisPosition |
Outside
Declaration
public const AxisPosition Outside
Field Value
Type |
---|
AxisPosition |