Creates a combined XbarR chart and RChart from data.
Namespace:
Imsl.Chart2D.QC
Assembly:
ImslCS (in ImslCS.dll) Version: 6.5.0.0
Syntax
C# |
---|
public static ShewhartControlChart[] CreateCharts( Chart chart, double[][] x ) |
Visual Basic (Declaration) |
---|
Public Shared Function CreateCharts ( _ chart As Chart, _ x As Double()() _ ) As ShewhartControlChart() |
Visual C++ |
---|
public: static array<ShewhartControlChart^>^ CreateCharts( Chart^ chart, array<array<double>^>^ x ) |
Parameters
- chart
- Type: Imsl.Chart2D..::.Chart
The Chart object which is the parent of the two charts being created.
- x
- Type: array<
array<
System..::.Double
>[]()[]
>[]()[]
An array of arrays containing sample data. The data of the i-th sample is in x[i]. Each sample must contain at least 2 and no more than 50 observations.
Return Value
An array of length two containing the XbarR chart and the RChart.
Remarks
The viewport of the XbarR chart is [0.2, 0.9] by [0.1, 0.4].
The viewport of the RChart chart is [0.2, 0.9] by [0.5, 0.8].