Enum EdgeLabelsDrawingMode
Represents EdgeLabelsDrawingMode enumeration that is used to set behavior of edged labels of ChartAxis.
Namespace: Syncfusion.Windows.Chart
Assembly: Syncfusion.Chart.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 edge Label should be fit with in the Chart Area. |
| Shift | Value indicating that edge Label should be shifted to either left or right so that it comes with in the Chart Area. |