referenceLineVisible

Displays horizontal and vertical reference lines when the user moves the mouse over a point on the chart.

Type

Boolean

Examples

Chart1.referenceLineVisible = true;

referenceLineVisible

Either syntax below can be used in component script:

referenceLineVisible           // unqualified
Chart1.referenceLineVisible    // qualified

For onInit/onRefresh scripts, and for component and property scripts on other components, the second (qualified) form is required.