dotnetCHARTING Send comments on this topic.
TimeIntervalAdvanced Property
See Also 
dotnetCHARTING Namespace > Axis Class : TimeIntervalAdvanced Property


Gets or sets a class that represents advanced time interval settings to supplement the TimeInterval property.

Syntax

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

Example

Remarks

This property can be used in conjunction with TimeInterval or override it completley.

See Also

© 2010 All Rights Reserved.