ChartGrid.Bottom

Syntax

Bottom: Boolean

Description

The Bottom property determines visibility of bottom border of bubble chart coordinate grid.

Comments

Use JSON or the setBottom method to set the property value and the getBottom method to get the property value.

This property contains true if bottom 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