|
|
@ -35,6 +35,9 @@ public class ChartTypePane extends ChartCommonWizardPane { |
|
|
|
charts4Icon[i] = new Chart[rowChartsCount]; |
|
|
|
charts4Icon[i] = new Chart[rowChartsCount]; |
|
|
|
for (int j = 0; j < rowChartsCount; j++) { |
|
|
|
for (int j = 0; j < rowChartsCount; j++) { |
|
|
|
try { |
|
|
|
try { |
|
|
|
|
|
|
|
//此时,为图片生成模型数据
|
|
|
|
|
|
|
|
rowCharts[j].createSlotImage(); |
|
|
|
|
|
|
|
//获取图片模型
|
|
|
|
charts4Icon[i][j] = (Chart) rowCharts[j].clone(); |
|
|
|
charts4Icon[i][j] = (Chart) rowCharts[j].clone(); |
|
|
|
charts4Icon[i][j].setTitle(null); |
|
|
|
charts4Icon[i][j].setTitle(null); |
|
|
|
if(charts4Icon[i][j].getPlot() != null){ |
|
|
|
if(charts4Icon[i][j].getPlot() != null){ |
|
|
|