.netCHARTING v10.5 Documentation


dotnetCHARTING Namespace > Axis Class : Interval Property
Interval Property
Gets or sets the numeric tick label interval for this axis.
Syntax
'Declaration
 
Public Property Interval As Double
'Usage
 
Dim instance As Axis
Dim value As Double
 
instance.Interval = value
 
value = instance.Interval
public double Interval {get; set;}

Property Value

A System.Double that specifies the numeric tick label interval for this axis.
Remarks
Tick labels will increment by this value starting at Axis.Minimum and ending at Axis.Maximum if specified. If not set, the interval is automatically determined based on the data range.

(Applies to quantitative axes with numeric scales)
Example
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also