Class LabelPlacement
Specifies the label placement for category axis.
Inheritance
System.Object
LabelPlacement
Namespace: Syncfusion.Blazor.Charts
Assembly: Syncfusion.Blazor.dll
Syntax
public sealed class LabelPlacement : Enum
Fields
BetweenTicks
Defines to render the label between the ticks.
Declaration
public const LabelPlacement BetweenTicks
Field Value
Type |
---|
LabelPlacement |
OnTicks
Defines to render the label on the ticks.
Declaration
public const LabelPlacement OnTicks
Field Value
Type |
---|
LabelPlacement |