DataVisualizer.Scales

Syntax

Scales: Object

Description

The Scales property sets and returns chart scales.

Comments

Use JSON or the setScales method to set the property value and the getScales method to get the property value.

The property contains a JSON object. Fields of the object are objects of the PP.ScaleBase type.

Example

The property use is given in theExample of Creating the BubbleTree Component page.

See also:

DataVisualizer