Xceed Chart for WinForms v4.4 Documentation
AngleStep Property


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