Xceed Chart for WinForms v4.4 Documentation
PieEdgePercent Property


Xceed.Chart.Core.v4.4 Assembly > Xceed.Chart.Core Namespace > PieSeries Class : PieEdgePercent Property
Controls the edge percent for smooth edge pie.
Syntax
'Declaration
 
<DescriptionAttribute("Controls the edge percent for smooth edge pie.")>

<DefaultValueAttribute()>

<CategoryAttribute("Options")>

Public Property PieEdgePercent As Integer
'Usage
 
Dim instance As PieSeries

Dim value As Integer

 

instance.PieEdgePercent = value

 

value = instance.PieEdgePercent
[Description("Controls the edge percent for smooth edge pie.")]

[DefaultValue()]

[Category("Options")]

public int PieEdgePercent {get; set;}
Remarks
This property is valid only if the PieStyle is set to SmoothEdgePie. By default set to 25.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

PieSeries Class
PieSeries Members