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





Gets or sets the length of major axis ticks.

Namespace: MindFusion.Charting
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public float MajorTickLength { get; set; }

Visual Basic  Copy Code

Public Property MajorTickLength As Single

 Property Value

A float value. Default is 0f.

 Remarks

Set MajorTickLength to a value bigger than 0 to draw ticks at axis intervals. Use MinorTickLength to draw divisions between adjacent major ticks.

 See Also

AxisSettings Members
AxisSettings Class
MindFusion.Charting Namespace