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






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

Syntax

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