I have a StackedXYAreaChart that looks like the following:
How do I format the Y-axis units so that they are evenly spaced out and are displayed at certain intervals? For example, instead of displaying units in increments of 1 (e.g. 0, 1, 2, 3, ... 100
), I want to display units in increments of 10 or 25 (e.g., 0, 25, 50, 75, 100
). Thanks!