Class LabelPlacement
Defines the placement of category axis labels.
Inheritance
System.Object
LabelPlacement
Namespace: Syncfusion.Maui.Charts
Assembly: Syncfusion.Maui.Charts.dll
Syntax
public sealed class LabelPlacement : Enum
Fields
BetweenTicks
Labels positioned between the ticks
Declaration
public const LabelPlacement BetweenTicks
Field Value
Type |
---|
LabelPlacement |
OnTicks
Labels positioned as the center of ticks
Declaration
public const LabelPlacement OnTicks
Field Value
Type |
---|
LabelPlacement |