Search found 2 matches
- Tue Oct 09, 2007 1:41 pm
- Forum: Java
- Topic: Is everything in the editing panel able to be scripted?
- Replies: 5
- Views: 14266
Hi Geoff, I have not tested my answer but...... we are too using TeeChart for Applet purpose and trigging JS from within the applet and from JS back to the Applet. There is a known issues about liveconnect and calling functions in an Applet. The call is not having the same access rights as when call...
- Tue Oct 09, 2007 1:03 pm
- Forum: Java
- Topic: Setting style of marks to Values
- Replies: 4
- Views: 12047
You must have imported MarkStyles import com.steema.teechart.styles.* now the MarkStyles class is visible. Thanks Narcis, Sorry I wasn't more specific. As with the other problems I am encountering I am trying to do this via JavaScript in a webpage. Using: tChart.getSeries(0).getMarks().setStyle(Mark...