XBarSChartSet.SubgroupSize Property

Gets the subgroup size (number of measurements per subgroup). All subgroups must have the same size; the equal size is validated during Analyze().

Definition

Namespace: Numerics.NET.Statistics.ProcessControl
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.4.0
C#
public int SubgroupSize { get; }

Property Value

Int32

Exceptions

InvalidOperationException The subgroup size is not available until Analyze() has been called (only when constructed from a Vector<T> and IGrouping).

See Also