MindFusion.Charting Programmer's Guide

AxisSettings.DrawTicksUniformly Property

See Also
 





Gets or sets whether ticks are drawn at equal intervals.

Namespace: MindFusion.Charting
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public bool DrawTicksUniformly { get; set; }

Visual Basic  Copy Code

Public Property DrawTicksUniformly As Boolean

 Property Value

true if ticks are drawn uniformly; otherwise false. Default is false.

 Remarks

Ticks are drawn when DivMarkerLength is greater than zero. By default they are drawn under the labels of the axis they refer to. That means their position depends on LabelType. Set DrawTicksUniformly to true, if you want to see the ticks drawn at regular intervals.

 See Also