Gets or sets the length of the axis ticks.
Namespace: MindFusion.RealTimeCharting.Wpf
Assembly: MindFusion.RealTimeCharting.Wpf
SyntaxC#
Copy Code
|
|---|
public double TickLength { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property TickLength As Double |
A double value. The default value is 0.0 (no ticks).
See Also