I have a simple scatter chart to which I add a NumericTimeSeries.
I can switch on the data point labels and set the ItemFormatString = "<DATA_VALUE:##.##>".
But I cannot get it to display the Value from the NumericTimeSeries, I think it's trying to format the date using the format string!?
Is there a way of telling the chart to use the Value column from the NumericTimeSeries?
Many Thanks!
Hi Andy,
I have already fixed the issue so it will be ok in the next release, which is planned for the middle of March.
When is the next release?
Many Thanks
Andy
Yes, I have reproduced it and it seems to be a bug, which is going to be fixed for the next release.
Thank you!
Hi, I was wondering if you have managed to reproduce the problem?
Thanks Andy
Hi,
Thanks again for the support with this!
I had to change your references to the infragistics assemblies from 10.1 to 9.2 but that was all.
When I run your test app I see this ...
I don't see any data point labels at all!? It's the points on the chart I want to see the actual value on the chart itself like this...
The sample app does do this but as I said in the previous post it shows the data value for the x value and I want to show the data value for the y value!