Chart type symbols?

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
lferrazzini
Newbie
Newbie
Posts: 5
Joined: Tue Apr 18, 2006 12:00 am

Chart type symbols?

Post by lferrazzini » Tue Dec 05, 2006 4:12 pm

I would like to use your chart symbols (i.e. Arrow, Bezier, Donut, Pie symbols found on the right side of TeeChart Pro Gallery dialog box) in a pop-up menu in my application written in Delphi 2006.

In fact, I give my users the ability to choose from a limited set of chart tipes, and I do not whant them using the "Editing Chart" dialog box (the charts in my application are created at run-time).

For this reason I present them a limited list in a pop-up menu, and I would like to put the chart symbol to the left of the menu choice.

Where can I find the symbols?

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

Post by Pep » Fri Dec 08, 2006 2:44 pm

Hi,

the Charts of the ChartGallery are generated dinamically, but maybe you could create the images of each Chart type you are interested in throught the TeeChart7Guide.hlp. Looking at "Series" item you can see the definition of each Series type with a small image.

Post Reply