Category "jfreechart"

Position x axis labels on top left and right

I have a dual axis jfreechart which has two x axis. By default the axis labels are appearing horizontally, I wanted to display them at the top left and right.

How to update chart after selecting item from JComboBox?

I'm trying to change the values of bar chart depending on the selected item from the combobox list. The code below is a short example. The method for creating/u

How can I order columns in a box chart in JFreeChart?

I have a box chart with multiple boxes in rows and columns. The ordering of the boxes is wrong. Each row (color) is labeled by an enum constant of type Multiple

Custom Series Shape in JFree Line chart

I am working to create Line chart using JFree chart libraraies. I want to change the series Shape in my line charts looks like below image. Is it possible? T