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






Syntax

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