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
350
Time as axis value
posted

I'm using a chart to display some loading time metrics for our system. The data stored in the database is of type TIME.

When I bind the value to an UltraChart, nothing shows up for values on my column chart if I just pull the data out as Time, so I'm converting the value milliseconds as an INT, but the axis labels just show a value like "19000" which isn't very neat.

Is there a way to use a TIME value as an axis in an UltraChart? If not, is there a way to format the axis labels that can convert a raw count of milliseconds to something more presentable, like Value/1000 + ":" + Value%1000 ?