I would like to show value in different format. I have values that represent seconds and I would like to show it, if possible, as timespan. I tried saving value in timespan type and use it in chart but then I get the error "System.InvalidOperationException: No coercion operator is defined between types 'System.Nullable`1[System.TimeSpan]' and 'System.Double'". Can I do something like that?