Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
175
How to show labels for Y values when using a NumericTimeSeries datasource
posted

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!

Parents
No Data
Reply
  • 2406
    posted

    Hi Andy,

    The ItemFormatString should be encoded as "&lt;DATA_VALUE:n2&gt;" 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.

    WebSite1.zip
Children