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






Syntax

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