ChartGrid.Left

Syntax

Left: Boolean

Description

The Left property determines visibility for left border of bubble chart coordinate grid.

Comments

Use JSON or the setLeft method to set the property value and the getLeft method to get the property value.

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