Gets or sets the count of minor ticks per one axis interval.
Namespace: MindFusion.Charting
Assembly: MindFusion.Charting
C#
![]() |
---|
public int MinorTicksPerInterval { get; set; } |
Visual Basic
![]() |
---|
Public Property MinorTicksPerInterval As Integer |
An integer value. Default is 4.
The MinorTicksPerInterval property specifies the count of ticks that will be drawn between two adjacent major ticks.The default value of 4 means each interval is divided into 5 sub-intervals.