I am working through Tutorial 1 of the Java edition and about halfway through it opens an editor with ChartEditor.editChart(...).
Where is the ChartEditor class?
From the Javadoc, it appears to be in com.steema.teechart.editors, but I don't see it.
I am using the SWT version of TChart for Java 2.
Many thanks
Roger
Where is ChartEditor?
Re: Where is ChartEditor?
Hi Roger,
I'm afraid that the SWT version doesn't include the editor.
I'm afraid that the SWT version doesn't include the editor.
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |
Re: Where is ChartEditor?
Thanks Yeray,
That is a pity, but at least I can stop looking now.
I now realise I was using the wrong Javadoc and have found the SWT-specific version on the download site.
Am I following the wrong tutorial too?
It is the tutorial for Java and I didn't see a more specific one for SWT.
Also do you know, if there is a list of other features that are not supported for SWT?
It is difficult to distinguish whether something doesn't work because it is not supported, or because I am being stupid.
Many thanks
Roger
That is a pity, but at least I can stop looking now.
I now realise I was using the wrong Javadoc and have found the SWT-specific version on the download site.
Am I following the wrong tutorial too?
It is the tutorial for Java and I didn't see a more specific one for SWT.
Also do you know, if there is a list of other features that are not supported for SWT?
It is difficult to distinguish whether something doesn't work because it is not supported, or because I am being stupid.
Many thanks
Roger
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Re: Where is ChartEditor?
Hi Roger,
No, TeeChart for Java for SWT is the same as the Swing component without chart editor support, it only includes print preview feature.
No, TeeChart for Java for SWT is the same as the Swing component without chart editor support, it only includes print preview feature.
Best Regards,
Narcís Calvet / Development & Support Steema Software Avinguda Montilivi 33, 17003 Girona, Catalonia Tel: 34 972 218 797 http://www.steema.com |
Instructions - How to post in this forum |
Re: Where is ChartEditor?
Thanks Narcís.