Infragistics Home

Infragistics Forums

Infragistics community online discussions.
Welcome to Infragistics Forums Sign in | FAQ
in Search

LineChart is rounding my values

Last post 06-03-2008 14:01 by [Infragistics] Max Rivlin. 1 replies.
Page 1 of 1 (2 items)
Sort Posts: Previous Next
  • 06-03-2008 13:38

    • cheers
    • Not Ranked
    • Joined on 06-03-2008
    • Points 60

    LineChart is rounding my values

    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.

     

    Filed under:
    • Post Points: 20
  • 06-03-2008 14:01 In reply to

    Re: LineChart is rounding my values

    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.

    • Post Points: 5
Page 1 of 1 (2 items)
Powered by Community Server (Commercial Edition), by Telligent Systems