Swing Components
WebCharts3D software includes a number of Swing components that can help you to use WebCharts3D inside
rich client applications:
- com.gp.api.swing.MxComponent
- MxComponent is a Swing chart component that can be used to display, print,
and save charts into the files in a variety of formats. After you create an instance of MxComponent you can add it to
any Swing container and treat as an ordinary Swing component.
- com.gp.api.swing.designer.MxDesignPanel
- MxDesignPanel is a simple chart editor similar to the first panel of the WebCharts3D Designer. It is a
split pane with the component displayed on the left and the chart's properties displayed on the right side.
- com.gp.api.swing.designer.MxDesignTable
- MxDesignTable is the properties table used by MxDesignPanel that can edit any chart style.