Adding new columns to ChartListBox? is it possible?

TeeChart for Microsoft Visual Studio .NET, Xamarin Studio (Android, iOS & Forms) & Monodevelop.
Post Reply
acastro
Advanced
Posts: 204
Joined: Tue Oct 27, 2009 12:00 am

Adding new columns to ChartListBox? is it possible?

Post by acastro » Thu Oct 29, 2009 3:43 pm

Is it possible to add new customized columns to a chartListBox?
I saw the property OtherItems but I think it is not for I want....

Thanks in advance,

Sandra
Site Admin
Site Admin
Posts: 3132
Joined: Fri Nov 07, 2008 12:00 am

Re: Adding new columns to ChartListBox? is it possible?

Post by Sandra » Mon Nov 02, 2009 12:04 pm

Hello wakeup,

I don't sure that you want do. Please you could explain exactly,what do you do using ChartListBox?


Thanks,
Best Regards,
Sandra Pazos / 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

acastro
Advanced
Posts: 204
Joined: Tue Oct 27, 2009 12:00 am

Re: Adding new columns to ChartListBox? is it possible?

Post by acastro » Mon Nov 02, 2009 12:05 pm

Hi,

I would like to add a "unit" column to the chartlistbox, in order to show to the user the units of the values in the chart for each serie.

Thanks!

Sandra
Site Admin
Site Admin
Posts: 3132
Joined: Fri Nov 07, 2008 12:00 am

Re: Adding new columns to ChartListBox? is it possible?

Post by Sandra » Tue Nov 03, 2009 10:56 am

Hello wakeup,

At the momment is not possible change Series Text on ChartListBox, for example using events as GetLegendText, nor is possible add new column. I have added your suggestion for wish-list with number[TF02014527] and we considerated include in new versions of TeeChartFor.Net.

On the other hand, I propose two solutions:

1.- You could change ChartListBoxt Text of Series, modifying Title of Series, bar1.Title="Series1 <unit>;".
2.- Using GetLegendText.

Also, is likely that in next version will be custom legend tool.

I hope will helps.

Thanks,
Best Regards,
Sandra Pazos / 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