Gets or sets the interval between two adjacent values at the axis.
Namespace: MindFusion.Charting.Silverlight
Assembly: MindFusion.Charting.Silverlight
C#
![]() |
---|
public double Interval { get; set; } |
Visual Basic
![]() |
---|
Public Property Interval As Double |
A double value. Default value is double.NaN, which means the interval is calculated automatically.
The chart calculates the interval automatically so that exactly 10 intervals fit between the MinValue and MaxValue at the axis.