Determines the number of Axis minor ticks between major ticks.
public Int32 MinorTickCount {get; set;}

Remarks


Default: 3

The MinorTickCount property determines the number of Axis minor ticks. Axis minor ticks are the Axis sub-ticks between major ticks.
It should be a positive number greater than zero and less than half the number of pixels between major ticks, otherwise Minor ticks will "overlap".

Example


This code sets the number of Axis Minor ticks:

[C#]
tChart1.Axes.Left.MinorTickCount = 4; 

See Also

Axis Class | Axis Members | Steema.TeeChart Namespace