I have a LineChart
in JavaFX
like below,
If i access the above chart , i get the whole chart area along with axis. (e.g) if i add it in a Group
, plot area + axis is added which is obvious.
Is it possible to get only the plot area without the axis?