Class SFChartAxisEdgeLabelsDrawingMode
Represents the modes for placing edge labels in SFAxis.
Inheritance
System.Object
SFChartAxisEdgeLabelsDrawingMode
Namespace: Syncfusion.MacOS.Charts.SfChart
Assembly: Syncfusion.SfChart.XForms.macOS.dll
Syntax
public sealed class SFChartAxisEdgeLabelsDrawingMode : Enum
Fields
Center
Indicates that the edge label should appear at the center of its GridLines.
Declaration
public const SFChartAxisEdgeLabelsDrawingMode Center
Field Value
Fit
Indicates that the edge labels should be fit within the area of SFChart.
Declaration
public const SFChartAxisEdgeLabelsDrawingMode Fit
Field Value
Hide
Indicates that the edge labels will be hidden.
Declaration
public const SFChartAxisEdgeLabelsDrawingMode Hide
Field Value
Shift
Indicates that edge labels should be shifted to either left or right so that it comes within the area of Chart.
Declaration
public const SFChartAxisEdgeLabelsDrawingMode Shift