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






Syntax

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