|
|
|
@ -77,7 +77,7 @@ public class ChartTitleAndBackgroundStylePane extends AbstractChartStylePane {
|
|
|
|
|
private void initList() { |
|
|
|
|
paneList = new ArrayList<>(); |
|
|
|
|
paneList.add(new NullBackgroundQuickPane()); |
|
|
|
|
paneList.add(new ColorBackgroundQuickPane()); |
|
|
|
|
paneList.add(new ColorBackgroundQuickPane(true)); |
|
|
|
|
paneList.add(new ImageBackgroundQuickPane(false)); |
|
|
|
|
paneList.add(new VanChartGradientPane()); |
|
|
|
|
} |
|
|
|
|