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,
The ItemFormatString should be encoded as "<DATA_VALUE:n2>" when set by the aspx code. When set dynamically it should be "<DATA_VALUE:n2>".
I have attached my sample project with your sample code. Please, review it and let me know how it differs from yours.
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!
Many Thanks
Andy
Hi, I was wondering if you have managed to reproduce the problem?
Thanks 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?
Yes, I have reproduced it and it seems to be a bug, which is going to be fixed for the next release.
Thank you!