Class AxisLabelPosition
Defines the position of axis labels. They are: Outside - Render the axis label with position outside the axis. Inside - Render the axis label with position inside the axis.
Inheritance
System.Object
AxisLabelPosition
Namespace: Syncfusion.EJ2.Charts
Assembly: Syncfusion.EJ2.dll
Syntax
public sealed class AxisLabelPosition : Enum
Fields
Inside
Declaration
public const AxisLabelPosition Inside
Field Value
Type |
---|
AxisLabelPosition |
Outside
Declaration
public const AxisLabelPosition Outside
Field Value
Type |
---|
AxisLabelPosition |