"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

see "data" - Element array

Figure 1. Bar Trend - for the Trend Type "Element Array" only the Average Value (BAR_NONE ) is displayed
Figure 2. Bar Trend - for the Trend Type "Element Array" the Minimum and Maximum Values (BAR_MINMAX ) are displayed
Figure 3. Bar Trend - for the Trend Type "Element Array" the S-Values (Standard Deviation) is displayed

Assignment

Bar trend