Page 1 of 1

t-chart point graph

Posted: Mon Aug 03, 2009 9:18 pm
by 9642625
I need to remove the data bar that appears on the right hand side of a point graph. I havent been able to figure out how to do that myself. Pls advise.
I would also like to increase the length of the graph grid once the data bar disappears.

Re: t-chart point graph

Posted: Tue Aug 04, 2009 8:08 am
by 10050769
Hello cs_ech,
I need to remove the data bar that appears on the right hand side of a point graph. I havent been able to figure out how to do that myself. Pls advise.
I would also like to increase the length of the graph grid once the data bar disappears.
You are referring to remove legend of chart? Because you hide the legend only you needs puts this line in your code, length of the graph grid change
automatically:

Code: Select all

tChart1.Legend.Visible= false;
But, if this not your problem, please you can explain exactly what are you do. You could send us a simple project or image that
containing your problem. Now, you can attach your information directly in forums post.


Thanks,