Control Chart Data.Chart Type 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#
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.4.0
public string ChartType { get; }Property Value
StringRemarks
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.