Page 1 of 1

Why there is no Chart property in WebChart?

Posted: Wed Nov 26, 2008 1:54 am
by 14045272
Hi,

I need to have Chart property in WebChart like it is in TChart control. Is it possible? Currently, we create a customed Chart that inherited from Chart. Now it is not possible to use in WebChart since there is no Chart property for assigning it. Hope you can help me. Thanks.

Best regards,

- Erison

Posted: Wed Nov 26, 2008 9:18 am
by narcis
Hi Erison,

Yes, Chart property exists but it's read-only. We added write support for it for the next maintenance release.

Posted: Wed Nov 26, 2008 1:26 pm
by 14045272
Hi, Thanks.

- Erison

Posted: Thu Feb 05, 2009 12:07 pm
by narcis
Hi Erison,

As an update, we don't advise using the Chart property for such purposes as caused designer failure with invalid tag in IDE. We have added SetChart method for this purpose for the next release which will be published in the next 2/3 working days.

Posted: Fri Feb 06, 2009 1:04 am
by 14045272
Hi,

If SetChart will co-exist in TeeChart for WinForm and WebForm?

- Erison

Posted: Fri Feb 06, 2009 9:23 am
by narcis
Hi Erison,

No, SetChart has only been implemented for WebChart. Using TChart in WinForms, Chart property can already be set.