Multiple Charts
Posted: Thu Apr 05, 2007 6:33 pm
Dear TeeChart Support:
In my project, I need to plot multiple graphs on the same Form. Each of these graphs should have its own axes and walls and the program should be able to export them to a file (e.g. JPEG) and to print them out WYSIWYG. It seems to me that there are two ways to archieve this, but both have some problems that I need your help with.
A. The first way is to use a single TChart object with one set of customized axes and walls for each sub-graph. Problems are:
1. How do I create customized Walls (Left, Rigth, Bottom, and Back), for each sub-graph in the same TChart object?
2. According to the doc, customized Axes are supported only for Left, Top, Bottom, and Right axes, does this mean that all sub-graphs in the same TChat object have to share the same Depth and DepthTop axes?
B. The second way is to use multiple TChart objects on the same Form. Problems are:
1. How do I export multiple TCharts as shown on the same Form to a file (e.g. JPEG) WYSIWYG?
2. How do I print multiple TCharts as shown on the same windows Form WYSIWYG?
I would also appreciate if you could suggest me a better solution than the two mentioned above. Thank you very much for your help.
Jeff
In my project, I need to plot multiple graphs on the same Form. Each of these graphs should have its own axes and walls and the program should be able to export them to a file (e.g. JPEG) and to print them out WYSIWYG. It seems to me that there are two ways to archieve this, but both have some problems that I need your help with.
A. The first way is to use a single TChart object with one set of customized axes and walls for each sub-graph. Problems are:
1. How do I create customized Walls (Left, Rigth, Bottom, and Back), for each sub-graph in the same TChart object?
2. According to the doc, customized Axes are supported only for Left, Top, Bottom, and Right axes, does this mean that all sub-graphs in the same TChat object have to share the same Depth and DepthTop axes?
B. The second way is to use multiple TChart objects on the same Form. Problems are:
1. How do I export multiple TCharts as shown on the same Form to a file (e.g. JPEG) WYSIWYG?
2. How do I print multiple TCharts as shown on the same windows Form WYSIWYG?
I would also appreciate if you could suggest me a better solution than the two mentioned above. Thank you very much for your help.
Jeff