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





Gets or sets the length of minor axis ticks.

Namespace: MindFusion.Charting
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public float MinorTickLength { get; set; }

Visual Basic  Copy Code

Public Property MinorTickLength As Single

 Property Value

A float value. Default is 0f.

 Remarks

Minor ticks are drawn between adjacent major ticks. Major ticks are drawn at axis intervals, minor ticks are drawn equally divided between them according to the value of MinorTicksPerInterval property.

Minor ticks are drawn when MinorTickLength is greater than 0 and MinorTicksPerInterval is greater than 0. They are drawn even if major ticks are not drawn.

 See Also

AxisSettings Members
AxisSettings Class
MindFusion.Charting Namespace