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






Syntax

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