Search
BiaxialChart.YAxisTickLength Property
See Also
 






Gets or sets the length of Y axis ticks.

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

 Syntax

C#  Copy Code

public double YAxisTickLength { get; set; }

Visual Basic  Copy Code

Public Property YAxisTickLength As Double

 Property Value

A double value.

 See Also