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