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;}

Return Value

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

Example

Remarks

(Applies to quantitative axes using Scale.Time)

See Also

© 2010 All Rights Reserved.