Hi All!
I want to build a graph with time values:
YAxis - Numeric (i convert TimeSpan to integer with TimeSpan.TotalSeconds and and use this number in the graph)
XAxis - Category
please see the attached screen.
How i can replace numeric values with Time values? I tried formatting and it does not help. probably need to listen to events, but I could not find an example.
I really need your help.