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






Syntax

Visual Basic (Declaration) 
<CategoryAttribute("Options")>
<DescriptionAttribute("Controls the edge percent of smooth edge bars and cut edge bars. The edge percent must be between 0 and 50.")>
<ISNet.Serialization.BinarySerializableAttribute()>
<DefaultValueAttribute()>
<NotifyParentPropertyAttribute(True)>
Public Property BarEdgePercent As Single
Visual Basic (Usage)Copy Code
Dim instance As SeriesBar
Dim value As Single
 
instance.BarEdgePercent = value
 
value = instance.BarEdgePercent
C# 
[CategoryAttribute("Options")]
[DescriptionAttribute("Controls the edge percent of smooth edge bars and cut edge bars. The edge percent must be between 0 and 50.")]
[ISNet.Serialization.BinarySerializableAttribute()]
[DefaultValueAttribute()]
[NotifyParentPropertyAttribute(true)]
public float BarEdgePercent {get; set;}
Delphi 
public read-write property BarEdgePercent: Single; 
JScript 
CategoryAttribute("Options")
DescriptionAttribute("Controls the edge percent of smooth edge bars and cut edge bars. The edge percent must be between 0 and 50.")
ISNet.Serialization.BinarySerializableAttribute()
DefaultValueAttribute()
NotifyParentPropertyAttribute()
public function get,set BarEdgePercent : float
Managed Extensions for C++ 
[CategoryAttribute("Options")]
[DescriptionAttribute("Controls the edge percent of smooth edge bars and cut edge bars. The edge percent must be between 0 and 50.")]
[ISNet.Serialization.BinarySerializableAttribute()]
[DefaultValueAttribute()]
[NotifyParentPropertyAttribute(true)]
public: __property float get_BarEdgePercent();
public: __property void set_BarEdgePercent( 
   float value
);
C++/CLI 
[CategoryAttribute("Options")]
[DescriptionAttribute("Controls the edge percent of smooth edge bars and cut edge bars. The edge percent must be between 0 and 50.")]
[ISNet.Serialization.BinarySerializableAttribute()]
[DefaultValueAttribute()]
[NotifyParentPropertyAttribute(true)]
public:
property float BarEdgePercent {
   float get();
   void set (    float 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.