I have a StackedXYAreaChart that looks like the following:
How do I fo
Assuming a NumberAxis, set the tick unit to 25. There's a related example here.
axis.setTickUnit(new NumberTickUnit(25));