IChartData Interface

Represents the read-only data for a single evaluated SPC control chart.

Definition

Namespace: Numerics.NET.Statistics.ProcessControl
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.4.0
C#
public interface IChartData

Properties

IndexGets optional chart-point labels.
PointsGets the ordered sequence of plotted chart statistics.

See Also