dotnetCHARTING Send comments on this topic.
ZoomLimit Property
See Also 
dotnetCHARTING Namespace > NavigatorOptions Class : ZoomLimit Property


Gets or sets an object that determines the zoom limit. The object can be a TimeSpan, TimeInterval, or TimeIntervalAdvanced for time scales and Number for numeric and category scales.

Syntax

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

See Also

© 2010 All Rights Reserved.