08-28-2017 06:59 PM
Hello,
I am making a graph where the axes' MajorDivisions.Mode is Auto. How do I get the number of tick marks that have been produced on the axes when the graph is filled with data and loaded?
Thanks,
Kelly
08-29-2017 11:16 AM
The generated division values are not directly accessible. To access them, you could create a custom RangeDivisionsMode implementation that calls Auto and saves the result to a property before returning, so that the application can access it.
What do you plan to do with the divisions? Depending on your goal, there may be a simpler way to accomplish it.