dotnetCHARTING Send comments on this topic.
Interval Property
See Also 
dotnetCHARTING Namespace > Axis Class : Interval Property


Gets or sets the numeric tick label interval for this axis.

Syntax

Visual Basic (Declaration) 
Public Property Interval As Double
Visual Basic (Usage)Copy Code
Dim instance As Axis
Dim value As Double
 
instance.Interval = value
 
value = instance.Interval
C# 
public double Interval {get; set;}

Return Value

A Double that specifies the numeric tick label interval for this axis.

Example

Remarks

Tick labels will increment by this value starting at Minimum and ending at Maximum if specified. If not set, the interval is automatically determined based on the data range.

(Applies to quantitative axes with numeric scales)

See Also

© 2010 All Rights Reserved.