Hi all - and hopefully Ely ;-) I have a LineChart containing a LineSeries which updates automagically from an arrayCollection - works great. I have also created a simple annotationElements element which renders a horizontal line across the chart at a configured value.
What I'm trying to do now is to create a more complex annotationElement which draws a nice curve across the chart based on the data point values. So this time I need to access the data values themselves to perform some calculations. How do I get hold of the lineseries data values from my annotationElement? Similarly, is there a way to retrieve only the data points that are currently visible on the chart? I've had a quick poke around the charting help files and source code but I'm only getting more confused... Thanks, Nick.

