Search
AxisRenderer.TickLength Property
See Also
 






Gets or sets the length of the axis ticks.

Namespace: MindFusion.Charting
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public double TickLength { get; set; }

Visual Basic  Copy Code

Public Property TickLength As Double

 Property Value

A double value specifying the length of axis ticks. The default value is 5.

 See Also