Search
BiaxialChart.XAxisTickLength Property
See Also
 






Gets or sets the length of X axis ticks.

Namespace: MindFusion.Charting.Controls
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public double XAxisTickLength { get; set; }

Visual Basic  Copy Code

Public Property XAxisTickLength As Double

 Property Value

A double value.

 See Also