XBarChartData Properties

Properties

Baseline Gets the frozen evaluation model extracted from the Phase I analysis.
(Inherited from ControlChartData<TBaseline>)
CenterLineGets the center line.
ChartType Gets a stable descriptive identifier for the chart type, such as "Individuals", "MovingRange", "XBar", "Range", or "StandardDeviation".
(Inherited from ControlChartData)
GrandMean Gets the grand mean (mean of subgroup means). Equal to the chart center line.
HasEqualSubgroupSizes Gets a value indicating whether all subgroups have the same size. true when SubgroupSize is not null.
Index Gets optional chart-point labels.
(Inherited from ControlChartData)
LowerControlLimitGets the lower control limit.
NominalSubgroupSize Gets the common subgroup size. Equal to SubgroupSize.
Points Gets the ordered sequence of plotted chart statistics.
(Inherited from ControlChartData)
SigmaGets the sigma basis used to compute the control limits.
SubgroupCount Gets the number of plotted subgroup statistics. Equal to the number of elements in Points.
UpperControlLimitGets the upper control limit.

See Also