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






Syntax

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