OutOfLimitsPointSymbolSize property
- Last UpdatedNov 26, 2024
- 1 minute read
Use the OutOfLimitsPointSymbolSize property to specify the size of the shape (in points) to be used for sample points that violate a control rule. To specify the shape to use, see OutOfLimitsPointSymbol property.
Reasonable shape sizes range from 1 to 50.
This is a design-time and a run-time property. However, changing the value will not update the chart until the next time the chart is refreshed or the DisplayChart() method is called.
The size used to plot a data point in the chart is fixed at 10 pixels. If the alarm highlighting for chart symbols is turned on (the default; see ColorPointsInAlarm property), the size of a sample point that violates a control rule will change to the size defined by this property.
You cannot set this property to Null.
|
Data Type |
Read/Write |
Default Value |
|---|---|---|
|
Int |
R/W |
10 |