Using TChart in Eclipse

TeeChart for Java (NetBeans, Eclipse, Android Studio, etc)
Post Reply
to2
Newbie
Newbie
Posts: 39
Joined: Thu Jan 19, 2006 12:00 am

Using TChart in Eclipse

Post by to2 » Fri May 11, 2007 7:30 am

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

Pep
Site Admin
Site Admin
Posts: 3273
Joined: Fri Nov 14, 2003 5:00 am
Contact:

Post by Pep » Fri Jun 01, 2007 11:10 am

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.

Pep
Site Admin
Site Admin
Posts: 3273
Joined: Fri Nov 14, 2003 5:00 am
Contact:

Post by Pep » Fri Jun 01, 2007 11:11 am

Hi Thomas,

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

Post Reply