ChartListBox component

TeeChart for Microsoft Visual Studio .NET, Xamarin Studio (Android, iOS & Forms) & Monodevelop.
Post Reply
usc
Newbie
Newbie
Posts: 29
Joined: Thu Mar 09, 2006 12:00 am
Contact:

ChartListBox component

Post by usc » Tue Sep 11, 2007 6:42 am

Hi

Is it possible to bind the chartlistbox component to the chart editor, so that I can edit the properties of my chartlist box such as colour etc, as is done for the legend.Is it possible to use the chartlistbox as a legend.

Regards,
Uday(usc)

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

Post by Narcís » Wed Sep 12, 2007 9:28 am

Hi Uday,

You can bind the ChartListBox to a chart and therefore edit its series properties and if it is ok for you this can also be used as a legend.

Code: Select all

			chartListBox1.Chart = tChart1;
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

usc
Newbie
Newbie
Posts: 29
Joined: Thu Mar 09, 2006 12:00 am
Contact:

Post by usc » Wed Sep 12, 2007 11:22 am

Hi Narcis,

Is it possible to add the chartlistbox as a tool in the editor so that I can modify its properties such as back colour, width etc using the commander or the editor.

regards,
uday(usc)

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

Post by Narcís » Wed Sep 12, 2007 11:26 am

Hi Uday,

What you request can be already modified in VS.NET Properties window at design-time for the ChartListBox.
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

usc
Newbie
Newbie
Posts: 29
Joined: Thu Mar 09, 2006 12:00 am
Contact:

Post by usc » Wed Sep 12, 2007 12:03 pm

Hi Narcis,

All I mean to say is that is it possible to edit some of the properties of the chartlist box just as we can modify the legend properties from the chart editor.

Also can the chartlistbox component added a a tool in the chart editor.

Regards,
Uday(usc)

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

Post by Narcís » Wed Sep 12, 2007 12:08 pm

Hi Uday,
All I mean to say is that is it possible to edit some of the properties of the chartlist box just as we can modify the legend properties from the chart editor.
Do you mean at run-time? Anyway, if it was added as a tool it would be possible.
Also can the chartlistbox component added a a tool in the chart editor.


I'm not sure if it makes much sense however I'll add this to our defect list to be considered for inclusion in future releases.
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