Nevron .NET Vision
Nevron.Chart Namespace / NBubbleDataPoint Class / NBubbleDataPoint Constructor / NBubbleDataPoint Constructor(Double,Double,String)
data point value
data point size
data point label


In This Topic
    NBubbleDataPoint Constructor(Double,Double,String)
    In This Topic
    Creates a new bubble data point
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal value As System.Double, _
       ByVal size As System.Double, _
       ByVal label As System.String _
    )
    'Usage
     
    
    Dim value As System.Double
    Dim size As System.Double
    Dim label As System.String
     
    Dim instance As New NBubbleDataPoint(value, size, label)
    public NBubbleDataPoint( 
       System.double value,
       System.double size,
       System.string label
    )

    Parameters

    value
    data point value
    size
    data point size
    label
    data point 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