Page 1 of 1

Where is ChartEditor?

Posted: Fri Sep 24, 2010 2:29 pm
by 15351453
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

Re: Where is ChartEditor?

Posted: Fri Sep 24, 2010 3:21 pm
by yeray
Hi Roger,

I'm afraid that the SWT version doesn't include the editor.

Re: Where is ChartEditor?

Posted: Fri Sep 24, 2010 3:50 pm
by 15351453
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

Re: Where is ChartEditor?

Posted: Mon Sep 27, 2010 10:48 am
by narcis
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.

Re: Where is ChartEditor?

Posted: Mon Sep 27, 2010 11:31 am
by 15351453
Thanks NarcĂ­s.