ControlChartData.CenterLine Property

Gets the center line of the chart.

Definition

Namespace: Numerics.NET.Statistics.ProcessControl
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.3.0
C#
public double CenterLine { get; }

Property Value

Double

Remarks

The center line is the estimated in-control process center for the plotted statistic. Render it as a horizontal reference line at this value across the full width of the chart.

See Also