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






Syntax

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