Class LabelPlacement
Defines the label placement for the CategoryAxis.
Inheritance
System.Object
LabelPlacement
Namespace: Syncfusion.SfChart.XForms
Assembly: Syncfusion.SfChart.XForms.dll
Syntax
public sealed class LabelPlacement : Enum
Fields
BetweenTicks
Labels and segment will be placed between the tick lines.
Declaration
public const LabelPlacement BetweenTicks
Field Value
Type |
---|
LabelPlacement |
OnTicks
Labels and segment will be placed on the tick lines.(Default)
Declaration
public const LabelPlacement OnTicks
Field Value
Type |
---|
LabelPlacement |