Chart.Inverted

Syntax

Inverted: Boolean;

Description

The Inverted property determines whether the chart is inverted.

Comments

Use JSON to set the property value and the getInverted method to get the property value.

In an inverted chart, the value axis and the category axis are swapped.

Available values:

Example

The example of use is given on the Example of Creating a Spline Chart page.

See also:

Chart