hilitedCoordinates

Typeproperty
Dictionarywidget.linegraph
LibraryLine Graph
Syntax
set the hilitedCoordinates of <widget> to { <point> | empty }
get the hilitedCoordinates of <widget>
Associationscom.livecode.widget.linegraph
Summary

The coordinates of a highlighted point on the graph

Values
NameTypeDescription
Value

The comma-delimited coordinates of a point, or empty.

RelatedProperty: hilitedCoordinatesColor
Description

If the hilitedCoordinates of the graph widget is not empty, then the widget will highlight the specified coordinates with a dot and dashed horizontal and vertical lines.

Note: If the x-axis values in the graph data are non-numeric, then the x-value of the point set must match one of those values.