I want to create dynamic Line Time chart for every second. Because class Entry has X parameter of type float, so when we put milliseconds (type long) there is loss of information by cast from long to float. And some milliseconds will be equal to the same value, so the graph vertical lines appear. How to solve a problem? Class Entry not support long argument.
I want to create dynamic Line Time chart for every second. Because class Entry has X parameter of type float, so when we put milliseconds (type long) there is loss of information by cast from long to float. And some milliseconds will be equal to the same value, so the graph vertical lines appear. How to solve a problem? Class Entry not support long argument.