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


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

    Parameters

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