Version

TimeAxis Constructor(DateTime,DateTime,TimeSpan)

Creates a new instance of TimeAxis using the specified start/end values and tickmark interval.
Syntax
'Declaration
 
Public Function New( _
   ByVal startValue As Date, _
   ByVal endValue As Date, _
   ByVal tickmarkInterval As TimeSpan _
)
public TimeAxis( 
   DateTime startValue,
   DateTime endValue,
   TimeSpan tickmarkInterval
)

Parameters

startValue
Start value or minimum of the axis being constructed.
endValue
End value or maximum of the axis being constructed.
tickmarkInterval
The interval at which tickmarks are plotted on this axis.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, 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