Any component of the chart has its own attribute (color or gradient).For example you can change the color of the column using the following code:SeriesModel m = chart.getSeriesModel(1); // SeriesModel of the first columnm.getGradientModel().setColor1(Color.BLUE));Here you can also change the second color of gradient, set the number of cycles and set the direction of gradient.