|
|
@ -193,12 +193,11 @@ public class VanChartRangeLegendPane extends VanChartPlotLegendPane { |
|
|
|
VanChartRangeLegend scatterLegend = (VanChartRangeLegend)legend; |
|
|
|
VanChartRangeLegend scatterLegend = (VanChartRangeLegend)legend; |
|
|
|
if (scatterLegend != null) { |
|
|
|
if (scatterLegend != null) { |
|
|
|
|
|
|
|
|
|
|
|
super.populateBean(scatterLegend); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
//范围图例部分
|
|
|
|
//范围图例部分
|
|
|
|
legendTypeButton.setSelectedItem(scatterLegend.getLegendType()); |
|
|
|
legendTypeButton.setSelectedItem(scatterLegend.getLegendType()); |
|
|
|
gradualLegendPane.populate(scatterLegend.getGradualLegend()); |
|
|
|
gradualLegendPane.populate(scatterLegend.getGradualLegend()); |
|
|
|
sectionLegendPane.populate(scatterLegend.getSectionLegend()); |
|
|
|
sectionLegendPane.populate(scatterLegend.getSectionLegend()); |
|
|
|
|
|
|
|
super.populateBean(scatterLegend); |
|
|
|
} |
|
|
|
} |
|
|
|
checkAllUse(); |
|
|
|
checkAllUse(); |
|
|
|
this.checkHighlightVisible(); |
|
|
|
this.checkHighlightVisible(); |
|
|
|