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