Rule Evaluation Context Methods
Methods
| Compare | Returns the sign of the difference between the point at the specified index and the center line. |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
| Get | Serves as the default hash function. (Inherited from Object) |
| Get | 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. |
| Get | Gets the value of the chart statistic at the specified index. |
| Get | Gets the Type of the current instance. (Inherited from Object) |
| Get | 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. |
| IsAbove | Returns whether the point at the specified index is strictly above the upper control limit. |
| IsBelow | Returns whether the point at the specified index is strictly below the lower control limit. |
| IsBeyond | Returns whether the point at the specified index is strictly beyond either the upper or the lower control limit. |
| IsBeyond | Returns whether the point at the specified index lies beyond multiple sigma below the center line. |
| IsBeyond | Returns whether the point at the specified index lies beyond multiple sigma from the center line on either side. |
| IsBeyond | Returns whether the point at the specified index lies beyond multiple sigma above the center line. |
| ToString | Returns a string that represents the current object. (Inherited from Object) |