ChartSelection.HorizontalLine

Syntax

HorizontalLine: Boolean

Description

The HorizontalLine property determines whether to show horizontal level line that corresponds to selected bubble chart bubble relative to the Y axis.

Comments

Use JSON or the setHorizontalLine method to set the property value and the getHorizontalLine method to get the property value.

The property is set to True if a horizontal level line is drawn for the selected bubble chart bubble along the Y axis, 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