.netCHARTING v10.5 Documentation


dotnetCHARTING Namespace > Viewport Class : TimeInterval Property
TimeInterval Property (Viewport)
Gets or sets the a time span of an axis that is visible in the chart area.
Syntax
'Declaration
 
Public Property TimeInterval As TimeIntervalAdvanced
'Usage
 
Dim instance As Viewport
Dim value As TimeIntervalAdvanced
 
instance.TimeInterval = value
 
value = instance.TimeInterval
public TimeIntervalAdvanced TimeInterval {get; set;}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also