ChartArea.IsGridBefore

Syntax

IsGridBefore: Boolean

Description

The IsGridBefore property determines whether plot area grid is displayed atop bubble chart bubbles.

Comments

Use JSON or the setIsGridBefore method to set the property value and the getIsGridBefore method to get the property value.

This property is true if the plot area grid is shown atop the bubbles, otherwise the property is false.

By default this property contains the value false.

Example

The example of use is given in the page with description of the ChartArea.AxisX property.

See also:

ChartArea