Show contents 

Home > Foresight Analytics Platform > Web Application and Desktop Application > Application Development and Functionality Enhancement > Developing Web Application Using DHTML Components > Working with General Visual Components > Classes > DataVisualizer > DataVisualizer.Scales

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