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)
ChartListBox component
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
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.
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 |
Instructions - How to post in this forum |
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Hi Uday,
What you request can be already modified in VS.NET Properties window at design-time for the ChartListBox.
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 |
Instructions - How to post in this forum |
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Hi Uday,
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.
Do you mean at run-time? Anyway, if it was added as a tool it would be possible.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.
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 |
Instructions - How to post in this forum |