ControlChartData.ChartType Property

Gets a stable descriptive identifier for the chart type, such as "Individuals", "MovingRange", "XBar", "Range", or "StandardDeviation".

Definition

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

Property Value

String

Remarks

These identifiers are stable and can be used for logging, serialization, or display purposes. The value is set at construction time and does not change.

See Also