Enum ChartAxisEdgeLabelsDrawingMode
Specifies the drawing mode of the labels.
Namespace: Syncfusion.Windows.Forms.Chart
Assembly: Syncfusion.Chart.Base.dll
Syntax
public enum ChartAxisEdgeLabelsDrawingMode
Fields
Name | Description |
---|---|
Center | Labels at the sides of the axis will be positioned at the center of tick label. |
ClippingProtection | Labels will be positioned in way to prevent clipping. |
Shift | Labels will be aligned with current axis edges. |