I’m using a graph with a <mx:LineSeries>. When I hover over the line it shows the data points as little circular points. How can I get these points to display all of the time?
I’m using a graph with a <mx:LineSeries> . When I hover over the line
Share
To turn off the datatips for a particular series, set the series.interactive property to false.