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






Syntax

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