MindFusion.Charting for Silverlight Programmer's Guide
AxisSettings.Interval Property
See Also
 






Gets or sets the interval between two adjacent values at the axis.

Namespace: MindFusion.Charting.Silverlight
Assembly: MindFusion.Charting.Silverlight

 Syntax

C#  Copy Code

public double Interval { get; set; }

Visual Basic  Copy Code

Public Property Interval As Double

 Property Value

A double value. Default value is double.NaN, which means the interval is calculated automatically.

 Remarks

The chart calculates the interval automatically so that exactly 10 intervals fit between the MinValue and MaxValue at the axis.

 See Also

AxisSettings Members
AxisSettings Class
MindFusion.Charting.Silverlight Namespace