Gets or sets the length of minor axis ticks.
Namespace: MindFusion.Charting
Assembly: MindFusion.Charting
C#
![]() |
---|
public float MinorTickLength { get; set; } |
Visual Basic
![]() |
---|
Public Property MinorTickLength As Single |
A float value. Default is 0f.
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.