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






Syntax

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