Page 1 of 1

Using TChart in Eclipse

Posted: Fri May 11, 2007 7:30 am
by 9345036
Hello NarcĂ­s,

we ran into some trouble with TeeChart in Eclipse. The TChart is added to the project using the Visual Editor. If it is afterwards configured by explicitly writing the appropriate programming statements, everything works fine. Except, that the programming is time consuming.

The problem occurs, if the ChartEditor is used. It can be called in the Visual Editor ('Customize Java Bean' in the context menu) and starts OK. The TChart is then configured using the ChartEditor. The preview of the chart in the Visual Editor reflects the changed configuration. But, if the program is run, only an empty chart appears. Adding a Series or changing properties which do not appear in the Properties panel of the Visual Editor have no effect on the program (except, that the preview is updated).

How should the ChartEditor be properly used?

Best regards,

Thomas

Posted: Fri Jun 01, 2007 11:10 am
by Pep
Hi Thomas,

yes, you're correct, in the existing version the "Customizer Editor" is not contemplated. Thus, it does not generate the code changes of the Chart properties and Series which have been applied through the Chart editor.

Posted: Fri Jun 01, 2007 11:11 am
by Pep
Hi Thomas,

forgot to tell you that we'll try to add this feature for the next release of TeeChart for Java.