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






Gets or sets a value indicating whether 100% Stacked Area type is available at the end-user or not.

Syntax

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