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


Xceed.Chart.Core.v4.4 Assembly > Xceed.Chart.Core Namespace > PolarSeries Class > AddPolar Method : AddPolar(Double,Double,String,FillEffect,LineProperties) Method
polar coordinate radius
polar coordinate angle
point label
point fill effect
point border
Adds a new polar point with associated label, fill effect and border.
Syntax
'Declaration
 
Public Overloads Sub AddPolar( _
   ByVal radius As Double, _
   ByVal angle As Double, _
   ByVal label As String, _
   ByVal pointFE As FillEffect, _
   ByVal pointBorder As LineProperties _
) 
'Usage
 
Dim instance As PolarSeries
Dim radius As Double
Dim angle As Double
Dim label As String
Dim pointFE As FillEffect
Dim pointBorder As LineProperties
 
instance.AddPolar(radius, angle, label, pointFE, pointBorder)
public void AddPolar( 
   double radius,
   double angle,
   string label,
   FillEffect pointFE,
   LineProperties pointBorder
)

Parameters

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