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


Xceed.Chart.Core.v4.4 Assembly > Xceed.Chart.Core Namespace > PolarAxis Class : BeginAngle Property
Controls the beginning angle of the polar (in degrees)
Syntax
'Declaration
 
<DefaultValueAttribute()>
<DescriptionAttribute("Controls the beginning angle of the polar")>
<CategoryAttribute("Polar Axis Specific")>
Public Property BeginAngle As Single
'Usage
 
Dim instance As PolarAxis
Dim value As Single
 
instance.BeginAngle = value
 
value = instance.BeginAngle
[DefaultValue()]
[Description("Controls the beginning angle of the polar")]
[Category("Polar Axis Specific")]
public float BeginAngle {get; set;}
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

PolarAxis Class
PolarAxis Members