Xceed Chart for WinForms v4.4 Documentation
AddPolar(Double,Double) Method


Xceed.Chart.Core.v4.4 Assembly > Xceed.Chart.Core Namespace > PolarSeries Class > AddPolar Method : AddPolar(Double,Double) Method
polar coordinate radius
polar coordinate angle
Adds a new polar point.
Syntax
'Declaration
 
Public Overloads Sub AddPolar( _
   ByVal radius As Double, _
   ByVal angle As Double _
) 
'Usage
 
Dim instance As PolarSeries
Dim radius As Double
Dim angle As Double
 
instance.AddPolar(radius, angle)
public void AddPolar( 
   double radius,
   double angle
)

Parameters

radius
polar coordinate radius
angle
polar coordinate angle
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

PolarSeries Class
PolarSeries Members
Overload List