How to remove axes and legends from chart
Posted: Tue Feb 08, 2005 8:00 am
Hi,
Of course I know how to add axes and legend to my chart, but how to remove .....
In my code I add a bottom axis by:
bottom = tChart1.Axes.Bottom;
bottom.Chart = tChart1.Chart;
but how to remove ?
For my legend I apply code like:
tChart1.Legend.TopLeftPos = 5;
but how to remove this legend ?
Thanks in advance.
Kind regards,
Antoon Koster
Netherlands
Of course I know how to add axes and legend to my chart, but how to remove .....
In my code I add a bottom axis by:
bottom = tChart1.Axes.Bottom;
bottom.Chart = tChart1.Chart;
but how to remove ?
For my legend I apply code like:
tChart1.Legend.TopLeftPos = 5;
but how to remove this legend ?
Thanks in advance.
Kind regards,
Antoon Koster
Netherlands