Xceed Chart for WinForms v4.4 Documentation
TotalAngle Property


Xceed.Chart.Core.v4.4 Assembly > Xceed.Chart.Core Namespace > PieSeries Class : TotalAngle Property
Controls the total angle displayed as a pie.
Syntax
'Declaration
 
<DescriptionAttribute("Controls the total angle displayed as a pie.")>
<CategoryAttribute("Options")>
<DefaultValueAttribute()>
Public Property TotalAngle As Integer
'Usage
 
Dim instance As PieSeries
Dim value As Integer
 
instance.TotalAngle = value
 
value = instance.TotalAngle
[Description("Controls the total angle displayed as a pie.")]
[Category("Options")]
[DefaultValue()]
public int TotalAngle {get; set;}
Remarks
By default 360.
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