Intersoft ClientUI Documentation
MaximumZoomLevel Property



Gets or sets Zoom level maximum
Syntax
<CategoryAttribute("Common Properties")>
Public Property MaximumZoomLevel As Double
Dim instance As UXChart
Dim value As Double
 
instance.MaximumZoomLevel = value
 
value = instance.MaximumZoomLevel
[CategoryAttribute("Common Properties")]
public double MaximumZoomLevel {get; set;}
[CategoryAttribute("Common Properties")]
public:
property double MaximumZoomLevel {
   double get();
   void set (    double value);
}
Remarks
In certain cases, you may want to set a limit for the depth of the zooming function by setting the MaximumZoomLevel property.
Example
XAML
Copy Code
<Intersoft:UXChart MaximumZoomLevel="5" />
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

Reference

UXChart Class
UXChart Members

Send Feedback