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



Gets or sets the time interval between tick labels when using the time scale.

Syntax

Visual Basic (Declaration) 
Public Property TimeInterval As TimeInterval
Visual Basic (Usage)Copy Code
Dim instance As Axis
Dim value As TimeInterval
 
instance.TimeInterval = value
 
value = instance.TimeInterval
C# 
public TimeInterval TimeInterval {get; set;}
C++/CLI 
public:
property TimeInterval TimeInterval {
   TimeInterval get();
   void set (TimeInterval value);
}

Return Value

A TimeInterval enumeration that specifies the time interval between tick labels when using the time scale.

Remarks

(Applies to quantitative axes using Scale.Time)

See Also