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


Gets or sets an TimeIntervalCollection used with modes Range and AddRange. When no intervals are specified the intervals will be determined dynamically.

Syntax

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

See Also