Gets or sets the size of axis intervals.
Namespace: MindFusion.Charting
Assembly: MindFusion.Charting
SyntaxC#
Copy Code
|
|---|
public Nullable<Double> Interval { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property Interval As Nullable(Of Double) |
See Also