Hi,

I've been looking all over for this and I'm not sure if it's going to be possible or not.

I have an MSChart (System.Windows.Forms.DataVisualization.Charting)

I've pulled data from DB and linked a BindingSource to the Datatable I've got the results in. Then binded the BindingSource to the mschart.

One of the columns is "total time" which is total seconds, the other column is "person name"

The bar chart looks fine but the values are massive numbers that don't really mean anything to most people. (i.e. 2132343 seconds)
Is there a way to make this show as (Like in Excel [h]:mm:ss) a total time. So total hours:mins:secs?

Any ideas?

Cheers

Tilly