ChartSelection.HorizontalLineExtension

Syntax

HorizontalLineExtension: Boolean

Description

The HorizontalLineExtension property determines whether a horizontal level line that corresponds to the selected bubble chart bubble relative to the Y axis, is available after the given bubble.

Comments

Use JSON or the setHorizontalLineExtension method to set the property value and the getHorizontalLineExtension method to get the property value.

The property is set to True if level line continues along the Y axis 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 horizontal level line that corresponds to the selected bubble chart bubble, that is, the HorizontalLine property must be set to true.

Example

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

See also:

ChartSelection