MindFusion WinForms Programmer's Guide
AxisSettings.MinorTicksPerInterval Property
See Also
 





Gets or sets the count of minor ticks per one axis interval.

Namespace: MindFusion.Charting
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public int MinorTicksPerInterval { get; set; }

Visual Basic  Copy Code

Public Property MinorTicksPerInterval As Integer

 Property Value

An integer value. Default is 4.

 Remarks

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.

 See Also

AxisSettings Members
AxisSettings Class
MindFusion.Charting Namespace