is it possible to translate XYPlot axes to zero line?

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
Locked
kamok11
Posts: 1
Joined: Mon Apr 12, 2021 11:16 am
antibot: No, of course not.

is it possible to translate XYPlot axes to zero line?

Post by kamok11 » Mon Apr 12, 2021 11:33 am

Hello. In javafx default charts I can do it by setTranslateX and setTranslateY functions, is it possible in jfree?
I want to make a chart like this:

Image

Locked