I have dbChart
displaying the data on multiple pages. In a specific graph, for example, there are thirty points to be displayed, but in the MaxPointsPerPage
property only 10 (ten) points per page.
I created navigation buttons between pages for the user, but what I want is to display to the user on which page it is.
For example, Page 3 of 10 .
I can do this manually ( via programming ).
My doubts are:
- Is it possible to do the above natively in
dbChart
? - If yes, how?