RuleEvaluationContext Methods

Methods

CompareToCenterLine Returns the sign of the difference between the point at the specified index and the center line.
EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetLowerControlLimit Gets the lower control limit at the specified index. For fixed-limit series this is the same scalar for every index; for pointwise-limit series it is the per-point value.
GetPoint Gets the value of the chart statistic at the specified index.
GetTypeGets the Type of the current instance.
(Inherited from Object)
GetUpperControlLimit Gets the upper control limit at the specified index. For fixed-limit series this is the same scalar for every index; for pointwise-limit series it is the per-point value.
IsAboveUpperControlLimit Returns whether the point at the specified index is strictly above the upper control limit.
IsBelowLowerControlLimit Returns whether the point at the specified index is strictly below the lower control limit.
IsBeyondControlLimits Returns whether the point at the specified index is strictly beyond either the upper or the lower control limit.
IsBeyondLowerSigma Returns whether the point at the specified index lies beyond multiple sigma below the center line.
IsBeyondSigma Returns whether the point at the specified index lies beyond multiple sigma from the center line on either side.
IsBeyondUpperSigma Returns whether the point at the specified index lies beyond multiple sigma above the center line.
ToStringReturns a string that represents the current object.
(Inherited from Object)

See Also