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
695
LineChart is rounding my values
posted

I have data like 0.00834 but chart is rounding it and showing it as 0.01.

But I want to see the data as is. Could you please help.

 

Parents
No Data
Reply
  • 26458
    Offline posted

    By default the format string allows at most 2 decimal places. To change that, set chart.Axis.Y.Labels.ItemFormatString property to "<DATA_VALUE>" instead of "<DATA_VALUE:00.##>". If you were talking about the value in the tooltip, then use chart.Tooltips.FormatString property.

Children
No Data