Hello,

I have a graph that plotting data in terms of dots (y is const) on the x-axis. but its plotting dots only for integer(seconds) values not for double(milliseconds).
I read that, I need to overload draw function, but I didn't understand how it will help me.

Please give me some suggestions.

Thanks