Enum EdgeLabelsDrawingMode
Represents the modes for placing edge labels in ChartAxis.
Namespace: Syncfusion.UI.Xaml.Charts
Assembly: Syncfusion.SfChart.WPF.dll
Syntax
public enum EdgeLabelsDrawingMode
Fields
Name | Description |
---|---|
Center | Value indicating that the edge label should appear at the center of its GridLines. |
Fit | Value indicating that the edge labels should be fit within the area of SfChart. |
Hide | Value indicating that the edge labels will be hidden. |
Shift | Value indicating that edge labels should be shifted to either left or right so that it comes within the area of Chart. |