Xceed Chart for WinForms v4.4 Documentation
AngleLabelsDetachment Property
Example 


Xceed.Chart.Core.v4.4 Assembly > Xceed.Chart.Core Namespace > PolarAxis Class : AngleLabelsDetachment Property
Controls the detachment of the angle texts from the polar
Syntax
'Declaration
 
<CategoryAttribute("Polar Axis Specific")>
<DefaultValueAttribute()>
<DescriptionAttribute("Controls the detachment of the angle texts from the polar")>
Public Property AngleLabelsDetachment As Single
'Usage
 
Dim instance As PolarAxis
Dim value As Single
 
instance.AngleLabelsDetachment = value
 
value = instance.AngleLabelsDetachment
[Category("Polar Axis Specific")]
[DefaultValue()]
[Description("Controls the detachment of the angle texts from the polar")]
public float AngleLabelsDetachment {get; set;}
Remarks
By default set to 5.0 model units.
Example
The following code detaches the angle texts a little bit more:
polarAxis.AngleLabelsDetachment = 5.5F
polarAxis.AngleLabelsDetachment = 5.5f;
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