Page 1 of 1

How to implement point style symbol combobox

Posted: Wed Sep 22, 2004 2:57 am
by 8439796
Hi,
I wonder how to implement the point format style symbol combobox in the charteditor, ex. the square, star.

Thanks.

Posted: Wed Sep 22, 2004 7:17 am
by Marjan
Hi.
I wonder how to implement the point format style symbol combobox in the charteditor, ex. the square, star.
This can be done by overriding combo box OnDrawItem event and then manually drawing specific pointer style and text directly on combo box canavas. Very good example of this is in TeeChart sources, specifically in the TeePoEdi.pas unit.

Posted: Wed Sep 22, 2004 9:20 pm
by 8439796
Thanks.

It'll be greate the next version will include it as a standalone component, 'cause the number of the style symbol is limited by teechart.

Posted: Thu Sep 23, 2004 1:25 pm
by Pep
Hi,

ok, I've added on our wish list to be considered for further releases.