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






Syntax

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