Control Chart Data.Points Property
Gets the ordered sequence of plotted chart statistics.
Definition
Namespace: Numerics.NET.Statistics.ProcessControl
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.4.0
C#
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.4.0
public Vector<double> Points { get; }Property Value
Vector<Double>Implements
IChartData.PointsRemarks
Each element corresponds to one time-ordered sample or subgroup.
For Individuals charts, one element per observation; for subgroup
charts (XBar, R, S, P, NP, C, U), one element per subgroup.
Use Points.Length to obtain the number of plotted points.