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






Syntax

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