Nevron .NET Vision
Nevron.Chart Namespace / NPolarDataPoint Class / NPolarDataPoint Constructor / NPolarDataPoint Constructor(Double,Double)
data point radius
data point angle


In This Topic
    NPolarDataPoint Constructor(Double,Double)
    In This Topic
    Creates a new polar data point.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal radius As System.Double, _
       ByVal angle As System.Double _
    )
    'Usage
     
    
    Dim radius As System.Double
    Dim angle As System.Double
     
    Dim instance As New NPolarDataPoint(radius, angle)
    public NPolarDataPoint( 
       System.double radius,
       System.double angle
    )

    Parameters

    radius
    data point radius
    angle
    data point 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