Axis & Legend on website
Posted: Thu Jun 15, 2006 3:08 pm
I am trying to remove the Axis & Legend from a teechart on a website, i am using Visual Studio 2005, code is:-
Steema.TeeChart.Axis axis = new Steema.TeeChart.Axis(this.WebChart1.Chart);
Steema.TeeChart.Legend legend = new Steema.TeeChart.Legend(this.WebChart1.Chart);
axis.Visible = false;
legend.Visible = false;
Can anybody help me
Steema.TeeChart.Axis axis = new Steema.TeeChart.Axis(this.WebChart1.Chart);
Steema.TeeChart.Legend legend = new Steema.TeeChart.Legend(this.WebChart1.Chart);
axis.Visible = false;
legend.Visible = false;
Can anybody help me