Specifies the interval between labels at the chart axis. Namespace: MindFusion.Charting
|
C#
![]() |
---|
public double AxisDelta { get; set; } |
Visual Basic
![]() |
---|
Public Property AxisDelta As Double |
A double number that represents the interval.
The property specifies the interval between scale divisions at the chart axis. The control uses this property together with MinValue and MaxValue to calculate the auto scale.
The numbers at the axis are formatted with the DataFormat property. If it is set to show DateTime values, the scale divisions must be specified with StartDateTime, EndDateTime and TimeSpan.
Default value for the AxisDelta property is Double.NaN, that is, the interval is calculated automatically.