Show contents 

Home > Foresight Analytics Platform > Web Application and Desktop Application > Application Development and Functionality Enhancement > Developing Web Application Using DHTML Components > Working with Bubble Tree > Classes > BubbleTree > BubbleTree.getCenter

BubbleTree.getCenter

Syntax

getCenter();

Description

The getCenter method gets coordinates of bubble tree center.

Comments

This method returns a JSON object with the following fields: X - X axis coordinate, Y - Y axis cooridnate.

Example

The example of use is given in the page with description of the BubbleTree.Alignment property.

See also:

BubbleTree