ChartSelection.VerticalLine

Syntax

VerticalLine: Boolean

Description

The VerticalLine property determines availability of a vertical level line that corresponds to selected bubble chart bubble relative to the X axis.

Comments

Use JSON or the setVerticalLine method to set the property value and the getVerticalLine method to get the property value.

The property is set to True if a vertical line is rendered along the X axis for the selected bubble chart bubble, otherwise the property is set to False.

By default this property is set to true.

Example

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

See also:

ChartSelection