Class EdgeLabelsDrawingMode
Represents the modes for placing edge labels to avoid the partial appearance of labels at the corners in ChartAxis.
Inheritance
System.Object
EdgeLabelsDrawingMode
Namespace: Syncfusion.SfChart.XForms
Assembly: Syncfusion.SfChart.XForms.dll
Syntax
public sealed class EdgeLabelsDrawingMode : Enum
Fields
Center
Indicates that the edge label should appear at the center of its GridLines.
Declaration
public const EdgeLabelsDrawingMode Center
Field Value
Type |
---|
EdgeLabelsDrawingMode |
Fit
Indicates that the edge labels should be fit within the area of SfChart.
Declaration
public const EdgeLabelsDrawingMode Fit
Field Value
Type |
---|
EdgeLabelsDrawingMode |
Hide
Indicates that the edge labels will be hidden
Declaration
public const EdgeLabelsDrawingMode Hide
Field Value
Type |
---|
EdgeLabelsDrawingMode |
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 EdgeLabelsDrawingMode Shift
Field Value
Type |
---|
EdgeLabelsDrawingMode |