Skip to content Skip to sidebar Skip to footer

Changing Color Of Bars In Different Bar Charts Within Same Application

I have 3 buttons displaying 3 different bar charts in the same application. when i click any of the button it displays bar chart with same color as shown by others. Now i want to d

Solution 1:

Use the XYSeriesRenderer.setColor function and set it to a different colour for each Barchart.

Solution 2:

In order to do this, you will have to have each bar added to a separate series.

Post a Comment for "Changing Color Of Bars In Different Bar Charts Within Same Application"