Java Need stepRender lines for some but not all lines
问题 I have a JFreeChart that has several different lines plotted on it. I need to change some of the lines to step lines. I know I need to use the CategoryStepRenderer but am having trouble implementing it. I attached the following code that I use to change the color of the lines. I would like to be able to do the step line in a similar way. All of the ways I have found involve changing all of the lines. Thanks private void updateChartColor(ArrayList mlColor,ArrayList mlLine){ XYPlot plot=(XYPlot