Class SFChartLabelPlacement
Defines the label placement for the SFCategoryAxis.
Inheritance
System.Object
SFChartLabelPlacement
Namespace: Syncfusion.MacOS.Charts.SfChart
Assembly: Syncfusion.SfChart.XForms.macOS.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
Type |
---|
SFChartLabelPlacement |
OnTicks
Labels and segment will be placed on the tick lines(Default).
Declaration
public const SFChartLabelPlacement OnTicks
Field Value
Type |
---|
SFChartLabelPlacement |