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
'Declaration Public Property ZoomLimit As Object
'Usage Dim instance As NavigatorOptions Dim value As Object instance.ZoomLimit = value value = instance.ZoomLimit
public object ZoomLimit {get; set;}
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