|
|
|
@ -14,7 +14,6 @@ import com.fr.design.gui.chart.BaseChartPropertyPane;
|
|
|
|
|
import com.fr.design.gui.chart.MiddleChartComponent; |
|
|
|
|
import com.fr.design.mainframe.*; |
|
|
|
|
import com.fr.design.mainframe.widget.editors.WLayoutBorderStyleEditor; |
|
|
|
|
import com.fr.design.mainframe.widget.renderer.LayoutBorderStyleRenderer; |
|
|
|
|
import com.fr.design.module.DesignModuleFactory; |
|
|
|
|
import com.fr.design.designer.beans.events.DesignerEditor; |
|
|
|
|
import com.fr.form.ui.BaseChartEditor; |
|
|
|
@ -270,6 +269,14 @@ public class XChartEditor extends XBorderStyleWidgetCreator {
|
|
|
|
|
return coverPanel; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
/** |
|
|
|
|
* 是否支持设置可用 |
|
|
|
|
* return boolean |
|
|
|
|
*/ |
|
|
|
|
public boolean supportSetEnable(){ |
|
|
|
|
return false; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
/** |
|
|
|
|
* data属性改变触发其他操作 |
|
|
|
|
* |
|
|
|
|