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






Syntax

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