Sets the integer data in the control chart.
Namespace:
Imsl.Chart2D.QC
Assembly:
ImslCS (in ImslCS.dll) Version: 6.5.0.0
Syntax
C# |
---|
public virtual Data SetData( int[] y ) |
Visual Basic (Declaration) |
---|
Public Overridable Function SetData ( _ y As Integer() _ ) As Data |
Visual C++ |
---|
public: virtual Data^ SetData( array<int>^ y ) |
Parameters
- y
- Type: array<
System..::.Int32
>[]()[]
An array containing the data values.
Return Value
A Data object containing the data points.
Remarks
By default, the data points are drawn as filled circle markers
connected by a line.