Xceed Chart for WinForms v4.4 Documentation
BeginAngle Property (PieSeries)
Example 


Xceed.Chart.Core.v4.4 Assembly > Xceed.Chart.Core Namespace > PieSeries Class : BeginAngle Property
Controls the begin angle of the pie segments.
Syntax
'Declaration
 
<DescriptionAttribute("Controls the begin angle of the pie segments.")>
<DefaultValueAttribute()>
<CategoryAttribute("Options")>
Public Property BeginAngle As Integer
'Usage
 
Dim instance As PieSeries
Dim value As Integer
 
instance.BeginAngle = value
 
value = instance.BeginAngle
[Description("Controls the begin angle of the pie segments.")]
[DefaultValue()]
[Category("Options")]
public int BeginAngle {get; set;}
Remarks
By default set to 0.
Example
The following code will instruct the pie series to display the first pie from 90 degrees.
pieSeries.BeginAngle = 90
pieSeries.BeginAngle = 90;
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