ShewhartControlChartSetData Method (Double) |
Sets the data in the control chart.
By default, the data points are drawn as filled circle markers
connected by a line.
Namespace: Imsl.Chart2D.QCAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public virtual Data SetData(
double[] y
)
Public Overridable Function SetData (
y As Double()
) As Data
public:
virtual Data^ SetData(
array<double>^ y
)
abstract SetData :
y : float[] -> Data
override SetData :
y : float[] -> Data
Parameters
- y
- Type: SystemDouble
An array containing the data values.
Return Value
Type:
Data
A
Data object containing the data points.
See Also