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






Syntax

Visual Basic (Declaration) 
<ISNet.Serialization.BinarySerializableAttribute()>
<DescriptionAttribute("Controls the shape of the bars.")>
<NotifyParentPropertyAttribute(True)>
<CategoryAttribute("Options")>
<DefaultValueAttribute()>
Public Property BarShape As BarShape
Visual Basic (Usage)Copy Code
Dim instance As SeriesBar
Dim value As BarShape
 
instance.BarShape = value
 
value = instance.BarShape
C# 
[ISNet.Serialization.BinarySerializableAttribute()]
[DescriptionAttribute("Controls the shape of the bars.")]
[NotifyParentPropertyAttribute(true)]
[CategoryAttribute("Options")]
[DefaultValueAttribute()]
public BarShape BarShape {get; set;}
Delphi 
public read-write property BarShape: BarShape; 
JScript 
ISNet.Serialization.BinarySerializableAttribute()
DescriptionAttribute("Controls the shape of the bars.")
NotifyParentPropertyAttribute()
CategoryAttribute("Options")
DefaultValueAttribute()
public function get,set BarShape : BarShape
Managed Extensions for C++ 
[ISNet.Serialization.BinarySerializableAttribute()]
[DescriptionAttribute("Controls the shape of the bars.")]
[NotifyParentPropertyAttribute(true)]
[CategoryAttribute("Options")]
[DefaultValueAttribute()]
public: __property BarShape get_BarShape();
public: __property void set_BarShape( 
   BarShape value
);
C++/CLI 
[ISNet.Serialization.BinarySerializableAttribute()]
[DescriptionAttribute("Controls the shape of the bars.")]
[NotifyParentPropertyAttribute(true)]
[CategoryAttribute("Options")]
[DefaultValueAttribute()]
public:
property BarShape BarShape {
   BarShape get();
   void set (    BarShape 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.