ChartGrid.Right

Syntax

Right: Boolean

Description

The Right property determines visibility of the right border of bubble chart coordinate grid.

Comments

Use JSON or the setRight method to set the property value and the getRight method to get the property value.

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