开发者

flex chart annotationElement incorrect data points

I have 2 Y-axis on the chart and I am trying to use annotationElement's localToData to get the data points associated with a Point on the chart.

The annotation Element is able to return a set of values for开发者_JAVA百科 the point ( 1 Y - data, 1 -x data), But it is returning the values against one axis and not the other.

Is there a way to associate the annotation element with a specific axis ?


Sorry, this is more of a Flex issue which I did not fully understand at the time of posting. At that time, My plot series was associated with right axis and hence I felt there was coding error on my end when i called localToData.

Anyway, there is a bug in Flex PlotSeries localToData method that shows up only if you have flex debugger installed.

The bug is a Null Pointer exception on Plot Series code while trying to get filtered data.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜