I am using Visiblox Chart V 2.1 control for WPF.
I have a data based on millisecond value.
How can i format visiblox DateTime axis such that i will show millisecond value on chart axis?
thanks in advance.
I am using Visiblox Chart V 2.1 control for WPF.
I have a data based on millisecond value.
How can i format visiblox DateTime axis such that i will show millisecond value on chart axis?
thanks in advance.
I did something similar with a LinearAxis. You have to create your own axis that inherits from DateTimeAxis. I don't know how different it will be for your case, but here's what I did for a LinearAxis:
And the class:
I'm sure there's a more elegant way to pass in your units AND keep the formatting as well, but this worked for me.