How to implement point style symbol combobox

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
windmaomao
Newbie
Newbie
Posts: 27
Joined: Sat Dec 06, 2003 5:00 am
Location: baltimore

How to implement point style symbol combobox

Post by windmaomao » Wed Sep 22, 2004 2:57 am

Hi,
I wonder how to implement the point format style symbol combobox in the charteditor, ex. the square, star.

Thanks.

Marjan
Site Admin
Site Admin
Posts: 745
Joined: Fri Nov 07, 2003 5:00 am
Location: Slovenia
Contact:

Post by Marjan » Wed Sep 22, 2004 7:17 am

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.
Marjan Slatinek,
http://www.steema.com

windmaomao
Newbie
Newbie
Posts: 27
Joined: Sat Dec 06, 2003 5:00 am
Location: baltimore

Post by windmaomao » Wed Sep 22, 2004 9:20 pm

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.

Pep
Site Admin
Site Admin
Posts: 3274
Joined: Fri Nov 14, 2003 5:00 am
Contact:

Post by Pep » Thu Sep 23, 2004 1:25 pm

Hi,

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

Post Reply