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