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






Syntax

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