Nevron.Chart Namespace / NBoxAndWhiskersDataPoint Class / NBoxAndWhiskersDataPoint Constructor / NBoxAndWhiskersDataPoint Constructor(NDataSeriesDouble,Boolean,Boolean)


NBoxAndWhiskersDataPoint Constructor(NDataSeriesDouble,Boolean,Boolean)
Syntax
'Declaration
 
Public Function New( _
   ByVal data As NDataSeriesDouble, _
   ByVal calculateAverage As System.Boolean, _
   ByVal calculateOutliers As System.Boolean _
)
 
'Usage
 
Dim data As NDataSeriesDouble
Dim calculateAverage As System.Boolean
Dim calculateOutliers As System.Boolean
 
Dim instance As New NBoxAndWhiskersDataPoint(data, calculateAverage, calculateOutliers)

Parameters

data
calculateAverage
calculateOutliers
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