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






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

Syntax

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