GraphBuilder Legend hook
There are many useful instances of being able to have a hook onto the selection state change of a legend for a chart / graph. With the non graph-builder method of generating charts' and graphs' legends (using Row Legend()
), this was quite simple as the display element was simply a Table Box()
that can receive a Set Row Change Function()
message. The same cannot be done (to my knowledge) with Gra...