ColorLine Removal
Posted: Thu Jun 04, 2009 7:50 am
cl = new ColorLine(tChart.Chart);
cl.Axis = tChart.Axes.Left;
cl.Value = 0;
cl.AllowDrag = false;
If I add a ColorLine this way to chart to crete custm axis, how do I remove it?
Is there also any way to restore a tchart to say a default state. If you use 1 chart to display varying contents. you have toreset many properties constantly. and there is a allot of properties
cl.Axis = tChart.Axes.Left;
cl.Value = 0;
cl.AllowDrag = false;
If I add a ColorLine this way to chart to crete custm axis, how do I remove it?
Is there also any way to restore a tchart to say a default state. If you use 1 chart to display varying contents. you have toreset many properties constantly. and there is a allot of properties