TimeInterval Property (Axis)
Gets or sets the time interval between tick labels when using the time scale.
Syntax
'Declaration Public Property TimeInterval As TimeInterval
'Usage Dim instance As Axis Dim value As TimeInterval instance.TimeInterval = value value = instance.TimeInterval
public TimeInterval TimeInterval {get; set;}
Property 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)
Example
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