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