RChart Data Properties
Properties
| Average | Gets the average subgroup range. Equal to the chart center line. |
| Baseline |
Gets the frozen evaluation model extracted from the Phase I analysis.
(Inherited from ControlChartData<TBaseline>) |
| Center | Gets the center line. |
| Chart |
Gets a stable descriptive identifier for the chart type, such as
"Individuals", "MovingRange", "XBar",
"Range", or "StandardDeviation".
(Inherited from ControlChartData) |
| Has | Gets a value indicating whether all subgroups have the same size. Always true for R charts. |
| Index |
Gets optional chart-point labels.
(Inherited from ControlChartData) |
| Lower | Gets the lower control limit. |
| Nominal | Gets the subgroup size. Equal to SubgroupSize. |
| Points |
Gets the ordered sequence of plotted chart statistics.
(Inherited from ControlChartData) |
| Sigma | Gets the sigma basis used to compute the control limits. |
| Subgroup | Gets the number of plotted subgroup statistics. Equal to the number of elements in Points. |
| Upper | Gets the upper control limit. |