Page 1 of 1

size of teechart objects

Posted: Wed Jul 21, 2010 8:39 pm
by bgresh
I have four graphs on one screen, and I'd like to make sure they are all exactly the same size. How do I set the size in teechart?

Posted: Thu Jul 22, 2010 5:10 am
by Administrator
Do you mean the size of the plots or the graph window itself?

For the graph window, if you select one graph at a time while holding the CTRL key down, they should remain highlighted. Now go to the menu and click Layout->Make same size. The selected graphs will all become the same size as the last selected graph.

For the plots themselves, you need to access the TChart settings window (under the "Advanced 1" tab, click Settings). Now click Axis. There is a "Position" tab here where you can play with the position of the axes.

Let me know if this fixes what you need to do.

Tony.

Posted: Thu Jul 22, 2010 11:39 am
by bgresh
Graph window - thanks