|
|
|
@ -68,6 +68,8 @@ public abstract class AbstractRectanglePlotPane extends AbstractVanChartTypePane
|
|
|
|
|
VanChartAxis vanChartAxis = vanChartRectanglePlot.getValueAxisList().get(0); |
|
|
|
|
cloneAxis.setFormat(vanChartAxis.getFormat()); |
|
|
|
|
cloneAxis.setPercentage(vanChartAxis.isPercentage()); |
|
|
|
|
cloneAxis.setCommonValueFormat(vanChartAxis.isCommonValueFormat()); |
|
|
|
|
cloneAxis.setHtmlLabel(vanChartAxis.getHtmlLabel()); |
|
|
|
|
} |
|
|
|
|
return clonePlot; |
|
|
|
|
} catch (CloneNotSupportedException ex) { |
|
|
|
|