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


In This Topic
    AngleStep Property
    In This Topic
    Controls the polar radian lines angle step (in degrees)
    Syntax
    'Declaration
     
    <CategoryAttribute("Polar Axis Specific")>
    <DescriptionAttribute("Controls the polar radian lines angle step")>
    <DefaultValueAttribute(15)>
    Public Property AngleStep As Single
    'Usage
     
    Dim instance As PolarAxis
    Dim value As Single
     
    instance.AngleStep = value
     
    value = instance.AngleStep
    [Category("Polar Axis Specific")]
    [Description("Controls the polar radian lines angle step")]
    [DefaultValue(15)]
    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