AnyChart-Android
AnyChart-Android copied to clipboard
How can i get the count that how many row x axis have currently?
I find the method like
or
but they all return void!
well, how can i get the results they return?
Any help will be appreciate!
And, can i use format function in android? i just find the method that use the text formater.
@M1178475702 The Android library includes all methods and functions of the original library to provide a legacy, unfortunately, not all of them are implemented. Such methods will be implemented in the future updates.
Yes, you can text formatters! For example, like this:
series.tooltip().format("x: {%x}\\nPredicted High: {%high}\\nPredicted Low: {%low}\\nTime period: {%period} mins\\nTemp: {%temp}°");
You can learn much more about text formatters in the article.