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