RChart Constructor (AxisXY, Int32, Double) |
Creates an R chart given the ranges for a series of
equally sized samples.
Namespace: Imsl.Chart2D.QCAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public RChart(
AxisXY axis,
int sampleSize,
double[] range
)
Public Sub New (
axis As AxisXY,
sampleSize As Integer,
range As Double()
)
public:
RChart(
AxisXY^ axis,
int sampleSize,
array<double>^ range
)
new :
axis : AxisXY *
sampleSize : int *
range : float[] -> RChart
Parameters
- axis
- Type: Imsl.Chart2DAxisXY
The AxisXY parent of this node.
- sampleSize
- Type: SystemInt32
The number of observations in each sample.
It must be at least 2 and no more than 50.
- range
- Type: SystemDouble
An array containing the data ranges for a series of samples.
See Also