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


In This Topic
    NBubbleDataPoint Constructor(Double,Double,Double,String,NFillStyle)
    In This Topic
    Creates a new bubble data point (used in XY scatters)
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal x As System.Double, _
       ByVal y As System.Double, _
       ByVal size As System.Double, _
       ByVal label As System.String, _
       ByVal fillStyle As NFillStyle _
    )
    'Usage
     
    
    Dim x As System.Double
    Dim y As System.Double
    Dim size As System.Double
    Dim label As System.String
    Dim fillStyle As NFillStyle
     
    Dim instance As New NBubbleDataPoint(x, y, size, label, fillStyle)
    public NBubbleDataPoint( 
       System.double x,
       System.double y,
       System.double size,
       System.string label,
       NFillStyle fillStyle
    )

    Parameters

    x
    data point X value
    y
    data point Y value
    size
    data point size
    label
    data point label
    fillStyle
    data point fill style
    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