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






Syntax

Visual Basic (Declaration) 
<NotifyParentPropertyAttribute(True)>
<DefaultValueAttribute()>
<ISNet.Serialization.BinarySerializableAttribute()>
<ISNet.Serialization.XmlSerializableAttribute()>
<CategoryAttribute("Options")>
<DescriptionAttribute("Enable user to switch chart to Exploded Pie type.")>
Public Property EnableExplodedPieType As Boolean
Visual Basic (Usage)Copy Code
Dim instance As ChartPieTypeSettings
Dim value As Boolean
 
instance.EnableExplodedPieType = value
 
value = instance.EnableExplodedPieType
C# 
[NotifyParentPropertyAttribute(true)]
[DefaultValueAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
[ISNet.Serialization.XmlSerializableAttribute()]
[CategoryAttribute("Options")]
[DescriptionAttribute("Enable user to switch chart to Exploded Pie type.")]
public bool EnableExplodedPieType {get; set;}
Delphi 
public read-write property EnableExplodedPieType: Boolean; 
JScript 
NotifyParentPropertyAttribute()
DefaultValueAttribute()
ISNet.Serialization.BinarySerializableAttribute()
ISNet.Serialization.XmlSerializableAttribute()
CategoryAttribute("Options")
DescriptionAttribute("Enable user to switch chart to Exploded Pie type.")
public function get,set EnableExplodedPieType : boolean
Managed Extensions for C++ 
[NotifyParentPropertyAttribute(true)]
[DefaultValueAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
[ISNet.Serialization.XmlSerializableAttribute()]
[CategoryAttribute("Options")]
[DescriptionAttribute("Enable user to switch chart to Exploded Pie type.")]
public: __property bool get_EnableExplodedPieType();
public: __property void set_EnableExplodedPieType( 
   bool value
);
C++/CLI 
[NotifyParentPropertyAttribute(true)]
[DefaultValueAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
[ISNet.Serialization.XmlSerializableAttribute()]
[CategoryAttribute("Options")]
[DescriptionAttribute("Enable user to switch chart to Exploded Pie type.")]
public:
property bool EnableExplodedPieType {
   bool get();
   void set (    bool 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.