Xceed Chart for WinForms v4.4 Documentation
Xceed.Chart.Core.v4.4 Assembly / Xceed.Chart.Core Namespace / PolarAxis Class / AngleLabelsDetachment Property
Example


In This Topic
    AngleLabelsDetachment Property
    In This Topic
    Controls the detachment of the angle texts from the polar
    Syntax
    'Declaration
     
    <CategoryAttribute("Polar Axis Specific")>
    <DescriptionAttribute("Controls the detachment of the angle texts from the polar")>
    <DefaultValueAttribute(5)>
    Public Property AngleLabelsDetachment As Single
    'Usage
     
    Dim instance As PolarAxis
    Dim value As Single
     
    instance.AngleLabelsDetachment = value
     
    value = instance.AngleLabelsDetachment
    [Category("Polar Axis Specific")]
    [Description("Controls the detachment of the angle texts from the polar")]
    [DefaultValue(5)]
    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