ChartGrid.Top

Syntax

Top: Boolean

Description

The Top property determines visibility for top border of bubble chart coordinate grid.

Comments

Use JSON or the setTop method to set the property value and the getTop method to get the property value.

This property contains true if top border of coordinate grid is shown, and false if it is not shown.

Example

The example of property use is given in the page ChartGrid Constructor.

See also:

ChartGrid