ChartSelection.VerticalLineExtension

Syntax

VerticalLineExtension: Boolean

Description

The VerticalLineExtension property determines whether a vertical level line that corresponds to selected bubble chart bubble relative to X axis, continues after the given bubble.

Comments

Use JSON or the setVerticalLineExtension method to set the property value and the getVerticalLineExtension method to get the property value.

The property is set to True if level line continues along the X axis continues after the selected bubble chart bubble, otherwise the property is set to False.

By default the property is set to True. It is relevant if the bubble chart contains a vertical level line that corresponds to selected bubble chart bubble relative to the X axis, that is, the VerticalLine property must be set to true.

Example

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

See also:

ChartSelection