"xRange"

Defines the scale of the X-axis.

Synopsis

setValue(string shape, "xRange", float value);

getValue(string shape, "xRange", float &value);

shape.xRange(float value);

Parameters

Parameter Description
shape Name of the object
value Scale range

Description

This attribute is used to specify or read the displayed range on the x-axis. The attribute "value" defines the range (unlike "yRange", however, this value is always an absolute value).

Example

see "xOrigin"

Abbildung 1. Ylines, the whole Range is displayed
Abbildung 2. On the X-Axis the Range from 0 to 30 is shown and on the Y-Axis 50% of the Range is shown

Assignment

Bar trend