TimeIntervalAdvanced Property
Gets or sets a class that represents advanced time interval settings to supplement the TimeInterval property.
Syntax
'Declaration Public Property TimeIntervalAdvanced As TimeIntervalAdvanced
'Usage Dim instance As Axis Dim value As TimeIntervalAdvanced instance.TimeIntervalAdvanced = value value = instance.TimeIntervalAdvanced
public TimeIntervalAdvanced TimeIntervalAdvanced {get; set;}
Remarks
This property can be used in conjunction with TimeInterval or override it completley.
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