I have an application that deals with decimal minutes or seconds, and data points can be very small
The data set could have in decimal minutes values that lie between 0 and 1 or if shown in seconds some of the bars may be less than 1 second. If so the bars don't appear at all. Is there some way I can fix this? What am I missing?
I've set the min and max ranges appropriately , set the range type to custom, and the y axis scale shows correct.
Secondly, is there a way to label the yaxis for the numeric unit, ie minutes or seconds or %
the chart should adapt to the precision in your data, so there shouldn't be a problem with data points under 1 second. however, i am missing the information i need to test this out and possibly answer your question. for starters, what is the ChartType? if you can attach an image, that would also be helpful.
there are several ways to adjust the y-axis labels, how about this one: chart.Axis.Y.Labels.ItemFormatString = "<DATA_VALUE:#> minutes"
Hi Dave
thanks for the quick response, my error I had the datatable values at integer, sorry