Rule Violation.Component Name Property
Gets the name of the chart series against which this violation
was detected, or null when rule evaluation was
performed without an explicit series selection.
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? ComponentName { get; }Property Value
StringRemarks
This property is populated when rules are evaluated via the series-aware overload EvaluateRules(ControlRuleSet, String). For single-series charts or the default overload the value is null.
For combination charts such as IndividualsMovingRangeChartSet the series names are "Individuals" and "MovingRanges".