Xceed Chart for WinForms v4.4 Documentation
PieStyle Property
Example 


Xceed.Chart.Core.v4.4 Assembly > Xceed.Chart.Core Namespace > PieSeries Class : PieStyle Property
Controls the shape of the pie segments.
Syntax
'Declaration
 
<CategoryAttribute("Options")>
<DefaultValueAttribute()>
<DescriptionAttribute("Controls the shape of the pie segments.")>
Public Property PieStyle As PieStyle
'Usage
 
Dim instance As PieSeries
Dim value As PieStyle
 
instance.PieStyle = value
 
value = instance.PieStyle
[Category("Options")]
[DefaultValue()]
[Description("Controls the shape of the pie segments.")]
public PieStyle PieStyle {get; set;}
Remarks
By default set to Pie.
Example
The following code displays the pie segements as smooth edge pies.
pie.PieStyle = PieStyle.SmoothEdgePie
pie.PieStyle = PieStyle.SmoothEdgePie;
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