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
85
Format value in column chart
posted

I have a UltraWinChart with a datasource:

 DataTable with two columns "Timeslot" and "Count"

I set the DataMember of the column chart to "Count", reverse x-y axis.

If the data is like this (timeslot, count):

1, 0

2, 2

3, 2

 Then above each of the columns the value is displayed as I set it to. But it shows two decimals like 0.00, 2.00, 2.00 and I would like it to show the value without decimals - the datatype of the column is Integer.

 How do I do this?

 

Peter Haislund