Nevron .NET Vision
Nevron.Chart Namespace / NBubbleSizeScaleCellData Class / NBubbleSizeScaleCellData Constructor / NBubbleSizeScaleCellData Constructor(NBubbleSizeScale,PointShape,NSmartShape,NRange1DL,NRange1DD)


In This Topic
    NBubbleSizeScaleCellData Constructor(NBubbleSizeScale,PointShape,NSmartShape,NRange1DL,NRange1DD)
    In This Topic
    Initializer constructor
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal bubbleScale As NBubbleSizeScale, _
       ByVal shape As PointShape, _
       ByVal customShape As NSmartShape, _
       ByVal sizeRange As NRange1DL, _
       ByVal valueRange As NRange1DD _
    )
    'Usage
     
    
    Dim bubbleScale As NBubbleSizeScale
    Dim shape As PointShape
    Dim customShape As NSmartShape
    Dim sizeRange As NRange1DL
    Dim valueRange As NRange1DD
     
    Dim instance As New NBubbleSizeScaleCellData(bubbleScale, shape, customShape, sizeRange, valueRange)

    Parameters

    bubbleScale
    shape
    customShape
    sizeRange
    valueRange
    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