Class EdgeLabelsDrawingMode
Determines the edge labels position in the ChartAxis.
Inheritance
System.Object
EdgeLabelsDrawingMode
Namespace: Syncfusion.Maui.Toolkit.Charts
Assembly: Syncfusion.Maui.Toolkit.dll
Syntax
public sealed class EdgeLabelsDrawingMode : Enum
Fields
Center
Indicates the edge labels should appear at the center of its grid lines.
Declaration
public const EdgeLabelsDrawingMode Center
Field Value
Fit
Indicates that the edge labels must fit within the chart area.
Declaration
public const EdgeLabelsDrawingMode Fit
Field Value
Hide
Indicates the edge labels will be hidden.
Declaration
public const EdgeLabelsDrawingMode Hide
Field Value
Shift
Indicates the edge labels should be shifted to either the left or right.
Declaration
public const EdgeLabelsDrawingMode Shift