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






Syntax

Visual Basic (Declaration) 
<NotifyParentPropertyAttribute(True)>
<ISNet.Serialization.BinarySerializableAttribute()>
<CategoryAttribute("Options")>
<DefaultValueAttribute()>
<DescriptionAttribute("Controls the length of the explosion when the Exploded Pie / Exploded Doughnut type is used.")>
Public Property Explosion As Single
Visual Basic (Usage)Copy Code
Dim instance As SeriesPie
Dim value As Single
 
instance.Explosion = value
 
value = instance.Explosion
C# 
[NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.BinarySerializableAttribute()]
[CategoryAttribute("Options")]
[DefaultValueAttribute()]
[DescriptionAttribute("Controls the length of the explosion when the Exploded Pie / Exploded Doughnut type is used.")]
public float Explosion {get; set;}
Delphi 
public read-write property Explosion: Single; 
JScript 
NotifyParentPropertyAttribute()
ISNet.Serialization.BinarySerializableAttribute()
CategoryAttribute("Options")
DefaultValueAttribute()
DescriptionAttribute("Controls the length of the explosion when the Exploded Pie / Exploded Doughnut type is used.")
public function get,set Explosion : float
Managed Extensions for C++ 
[NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.BinarySerializableAttribute()]
[CategoryAttribute("Options")]
[DefaultValueAttribute()]
[DescriptionAttribute("Controls the length of the explosion when the Exploded Pie / Exploded Doughnut type is used.")]
public: __property float get_Explosion();
public: __property void set_Explosion( 
   float value
);
C++/CLI 
[NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.BinarySerializableAttribute()]
[CategoryAttribute("Options")]
[DefaultValueAttribute()]
[DescriptionAttribute("Controls the length of the explosion when the Exploded Pie / Exploded Doughnut type is used.")]
public:
property float Explosion {
   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.