Gets or sets the interval between two adjacent values at the axis.
Namespace: MindFusion.RealTimeCharting.Wpf
Assembly: MindFusion.RealTimeCharting.Wpf
SyntaxC#
Copy Code
|
|---|
public double Interval { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property Interval As Double |
A double value. The default value is 10.0.
See Also