Enum ChartAxisTickLabelDrawingMode
Specifies the modes that is to be used for drawing tick labels on the axis.
Namespace: Syncfusion.Windows.Forms.Chart
Assembly: Syncfusion.Chart.Base.dll
Syntax
public enum ChartAxisTickLabelDrawingMode
Fields
Name | Description |
---|---|
AutomaticMode | The ticks and tick labels are distributed uniformly along the axis with specified interval. |
BothUserAndAutomaticMode | The user can specify the positions of labels and text of labels. The Automatic labels are also drawn. |
None | The ticks and tick labels aren't drawing; |
UserMode | The user can specify the positions of labels and text of labels . |