"showRange" - Element array
Defines the type of display.
Synopsis
setValue(string shape, "showRange", int range);
getValue(string shape, "showRange", int &range);
shape.showRange(int range);
Parameters
Parameter | Description |
---|---|
shape | Name of the object |
range |
Valid values are: BAR_NONE BAR_MINMAX BAR_S |
Description
This attribute specifies the type of display using constants whereby BAR_NONE means that the average value is displayed, BAR_MINMAX displays the minimum and maximum values and BAR_S displays the s values (standard deviation).
Example
![](Control_Grafik-181.png)
![](Control_Grafik-180.png)
![](Control_Grafik-182.png)
Assignment
Bar trend