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


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