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






Syntax

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