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


Gets or sets the a time span of an axis that is visible in the chart area.

Syntax

Visual Basic (Declaration) 
Public Property TimeInterval As TimeIntervalAdvanced
Visual Basic (Usage)Copy Code
Dim instance As Viewport
Dim value As TimeIntervalAdvanced
 
instance.TimeInterval = value
 
value = instance.TimeInterval
C# 
public TimeIntervalAdvanced TimeInterval {get; set;}

See Also

© 2010 All Rights Reserved.