Xceed Chart for WinForms v4.4 Documentation
Xceed.Chart.Core.v4.4 Assembly / Xceed.Chart.Core Namespace / PolarSeries Class / AddPolar Method / AddPolar(Double,Double,String,FillEffect) Method
polar coordinate radius
polar coordinate angle
point label
point fill effect


In This Topic
    AddPolar(Double,Double,String,FillEffect) Method
    In This Topic
    Adds a new polar point with associated label and fill effect.
    Syntax
    'Declaration
     
    Public Overloads Sub AddPolar( _
       ByVal radius As Double, _
       ByVal angle As Double, _
       ByVal label As String, _
       ByVal pointFE As FillEffect _
    ) 
    'Usage
     
    Dim instance As PolarSeries
    Dim radius As Double
    Dim angle As Double
    Dim label As String
    Dim pointFE As FillEffect
     
    instance.AddPolar(radius, angle, label, pointFE)
    public void AddPolar( 
       double radius,
       double angle,
       string label,
       FillEffect pointFE
    )

    Parameters

    radius
    polar coordinate radius
    angle
    polar coordinate angle
    label
    point label
    pointFE
    point fill effect
    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