Page 1 of 1

ChartListBox component

Posted: Tue Sep 11, 2007 6:42 am
by 9640591
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)

Posted: Wed Sep 12, 2007 9:28 am
by narcis
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;

Posted: Wed Sep 12, 2007 11:22 am
by 9640591
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)

Posted: Wed Sep 12, 2007 11:26 am
by narcis
Hi Uday,

What you request can be already modified in VS.NET Properties window at design-time for the ChartListBox.

Posted: Wed Sep 12, 2007 12:03 pm
by 9640591
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)

Posted: Wed Sep 12, 2007 12:08 pm
by narcis
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.