[Nice to Have]: Series can have their Title as marker text

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
easyblue
Newbie
Newbie
Posts: 8
Joined: Mon Aug 29, 2005 4:00 am
Location: Shanghai, China

[Nice to Have]: Series can have their Title as marker text

Post by easyblue » Fri Aug 18, 2006 8:44 am

In current v7.07, if there are many series in a chart, then set the serie marker to display serie title will be a good way for user to make distinguish, while color/shape is already at their limit.

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

Post by Pep » Sat Aug 19, 2006 12:19 pm

Hi,

I'm sorry, I'm not sure what you refer, with existing version you can set a Title for each Series using :
Series1.Title := 'Title1';

Could you please be more specific ?

easyblue
Newbie
Newbie
Posts: 8
Joined: Mon Aug 29, 2005 4:00 am
Location: Shanghai, China

Post by easyblue » Sun Aug 20, 2006 12:11 pm

Hello

My suggestion is that:
Serie Marker can display the Serie Title.

[reason]
Imagin many line series in a chart, it will be very dificult to tell which line is who unless set the marker to display serie title directly.

[Feasibilty]
extend current TSeriesMarksStyle to have a new options, such as smsTitle.
when set this one, the Serie mark will display the serie title.

Currently I catch the event of OnGetMarkText to manually set it.

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

Post by Pep » Mon Aug 21, 2006 12:29 am

Hi,

ok, it has been added on our wish list to be considered for further releases.

Post Reply