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






Syntax

Visual Basic (Declaration) 
<DefaultValueAttribute()>
<ISNet.Serialization.BinarySerializableAttribute()>
<NotifyParentPropertyAttribute(True)>
<DescriptionAttribute("Controls the edge percent for smooth edge pie.")>
<CategoryAttribute("Options")>
Public Property PieEdgePercent As Integer
Visual Basic (Usage)Copy Code
Dim instance As SeriesPie
Dim value As Integer
 
instance.PieEdgePercent = value
 
value = instance.PieEdgePercent
C# 
[DefaultValueAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
[DescriptionAttribute("Controls the edge percent for smooth edge pie.")]
[CategoryAttribute("Options")]
public int PieEdgePercent {get; set;}
Delphi 
public read-write property PieEdgePercent: Integer; 
JScript 
DefaultValueAttribute()
ISNet.Serialization.BinarySerializableAttribute()
NotifyParentPropertyAttribute()
DescriptionAttribute("Controls the edge percent for smooth edge pie.")
CategoryAttribute("Options")
public function get,set PieEdgePercent : int
Managed Extensions for C++ 
[DefaultValueAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
[DescriptionAttribute("Controls the edge percent for smooth edge pie.")]
[CategoryAttribute("Options")]
public: __property int get_PieEdgePercent();
public: __property void set_PieEdgePercent( 
   int value
);
C++/CLI 
[DefaultValueAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
[DescriptionAttribute("Controls the edge percent for smooth edge pie.")]
[CategoryAttribute("Options")]
public:
property int PieEdgePercent {
   int get();
   void set (    int 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.