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






Syntax

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