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






Syntax

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