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






Syntax

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