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