Nevron.Chart Namespace / NPolarDataPoint Class / NPolarDataPoint Constructor / NPolarDataPoint Constructor(Double,Double,String)


In This Topic
    NPolarDataPoint Constructor(Double,Double,String)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal radius As System.Double, _
       ByVal angle As System.Double, _
       ByVal label As System.String _
    )
    'Usage
     
    
    Dim radius As System.Double
    Dim angle As System.Double
    Dim label As System.String
     
    Dim instance As New NPolarDataPoint(radius, angle, label)
    public NPolarDataPoint( 
       System.double radius,
       System.double angle,
       System.string label
    )

    Parameters

    radius
    angle
    label
    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