Create trend lines by clicking on open/high/low/close points of a candlestick graph

This demo uses separate "invisible" line graphs with transparent bullets for each open/high/low/close value of used by the candlestick graph.

clickGraphItem event handler catches clicks on those invisible bullets, makes them visible by applying alpha through graph's alphaField.

It also logs previously clicked point. If a user clicks on a different point, it then takes both points and creates a Trend Line between the two of them.