"yRange"
Specifies the scale range in percent.
Synopsis
setValue(string shape, "yRange", float value);
getValue(string shape, "yRange", float &value);
shape.yRange(float value);
Parameters
Parameter | Description |
---|---|
shape | Name of the object |
value | Percentage value |
Description
This attribute is used to specify or read the displayed range on the Y-axis. The attribute "value" defines the range and is given as a percentage of "yCenter". If "yCenter"==0, "yRange" is interpreted as an absolute value.
Example
see "yOrigin"
Assignment
Bar trend