Nevron.Chart Namespace / NBubbleSizeScaleCellData Class / NBubbleSizeScaleCellData Constructor / NBubbleSizeScaleCellData Constructor(NBubbleSizeScale,PointShape,NSmartShape,NRange1DF,NRange1DD)


NBubbleSizeScaleCellData Constructor(NBubbleSizeScale,PointShape,NSmartShape,NRange1DF,NRange1DD)
Syntax
'Declaration
 
Public Function New( _
   ByVal bubbleScale As NBubbleSizeScale, _
   ByVal shape As PointShape, _
   ByVal customShape As NSmartShape, _
   ByVal sizeRange As NRange1DF, _
   ByVal valueRange As NRange1DD _
)
 
'Usage
 
Dim bubbleScale As NBubbleSizeScale
Dim shape As PointShape
Dim customShape As NSmartShape
Dim sizeRange As NRange1DF
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