Intersoft WebGrid Documentation
Zoom Property
See Also  Send Feedback
ISNet.WebUI.WebGrid.Chart Namespace > ChartProjectionSettings Class : Zoom Property






Syntax

Visual Basic (Declaration) 
<ISNet.Serialization.XmlSerializableAttribute()>
<ISNet.Serialization.BinarySerializableAttribute()>
<DefaultValueAttribute()>
<NotifyParentPropertyAttribute(True)>
<CategoryAttribute("General")>
<DescriptionAttribute("The zooming factor applied to the chart camera in percents.")>
Public Property Zoom As Single
Visual Basic (Usage)Copy Code
Dim instance As ChartProjectionSettings
Dim value As Single
 
instance.Zoom = value
 
value = instance.Zoom
C# 
[ISNet.Serialization.XmlSerializableAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
[DefaultValueAttribute()]
[NotifyParentPropertyAttribute(true)]
[CategoryAttribute("General")]
[DescriptionAttribute("The zooming factor applied to the chart camera in percents.")]
public float Zoom {get; set;}
Delphi 
public read-write property Zoom: Single; 
JScript 
ISNet.Serialization.XmlSerializableAttribute()
ISNet.Serialization.BinarySerializableAttribute()
DefaultValueAttribute()
NotifyParentPropertyAttribute()
CategoryAttribute("General")
DescriptionAttribute("The zooming factor applied to the chart camera in percents.")
public function get,set Zoom : float
Managed Extensions for C++ 
[ISNet.Serialization.XmlSerializableAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
[DefaultValueAttribute()]
[NotifyParentPropertyAttribute(true)]
[CategoryAttribute("General")]
[DescriptionAttribute("The zooming factor applied to the chart camera in percents.")]
public: __property float get_Zoom();
public: __property void set_Zoom( 
   float value
);
C++/CLI 
[ISNet.Serialization.XmlSerializableAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
[DefaultValueAttribute()]
[NotifyParentPropertyAttribute(true)]
[CategoryAttribute("General")]
[DescriptionAttribute("The zooming factor applied to the chart camera in percents.")]
public:
property float Zoom {
   float get();
   void set (    float value);
}

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

©2012 Intersoft Solutions Corp. All Rights Reserved.