Point size in Legend

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
seanmurphy
Newbie
Newbie
Posts: 48
Joined: Fri Mar 12, 2004 5:00 am

Point size in Legend

Post by seanmurphy » Mon May 28, 2007 12:33 am

D6Pro, Tchart 7, line series which draws points at X,Y on a Tchart.
I can control the size of the points with

with chart.series[0] as tlineseries do
Pointer.Size:=vesselshotsize.Value;

However, the point size of the symbol shown in the legend also tracks this, so if my point size is 1 you can't see the point in the legend.

How can I fix the legend point size to be different to the series point size please.

cheers
Sean

Narcís
Site Admin
Site Admin
Posts: 14730
Joined: Mon Jun 09, 2003 4:00 am
Location: Banyoles, Catalonia
Contact:

Post by Narcís » Mon May 28, 2007 7:36 am

Hi Sean,

I'm not able to reproduce this here using v7.07, which is the latest version available at the client area. Which TeeChart version are you using?

Thanks in advance.
Best Regards,
Narcís Calvet / Development & Support
Steema Software
Avinguda Montilivi 33, 17003 Girona, Catalonia
Tel: 34 972 218 797
http://www.steema.com
Image Image Image Image Image Image
Instructions - How to post in this forum

seanmurphy
Newbie
Newbie
Posts: 48
Joined: Fri Mar 12, 2004 5:00 am

Post by seanmurphy » Mon May 28, 2007 9:25 am

thanks Narcis,

v 7.07 here as well.

I wondered if maybe there was a property buried somewhere which straps the legen point size to the point size used on the chart. In another project I've got the legend size remains fixed as required, but in the project under qwuestion I can't get the legend size not to change with the chart pointer size. As if there is something I've inadvertantly set or unset.

I'll go doing some further playing around.

cheers
Sean

Narcís
Site Admin
Site Admin
Posts: 14730
Joined: Mon Jun 09, 2003 4:00 am
Location: Banyoles, Catalonia
Contact:

Post by Narcís » Mon May 28, 2007 9:38 am

Hi Sean,

Thanks for the information. If you are not able to solve the issue could you please send us a simple example project we can run "as-is" to reproduce the problem here?

You may also be interested in using pointer's HorizSize and VertSize properties instead of Size.

You can send your files at news://www.steema.net/steema.public.attahcments newsgroup or at our upload page.

Thanks in advance.
Best Regards,
Narcís Calvet / Development & Support
Steema Software
Avinguda Montilivi 33, 17003 Girona, Catalonia
Tel: 34 972 218 797
http://www.steema.com
Image Image Image Image Image Image
Instructions - How to post in this forum

Post Reply