|
Line/Scatter Plot Combo Chart |
Posted by Stan on May-13-2009 05:37 |
|
Hi,
We are evaluating ChartDirector for our C++ application and we were wondering if
ChartDirector can produce a line chart (with different colors between each line)
combined with a scatter plot. I have attached a sample of the described chart. Thanks.
Stan
|
Re: Line/Scatter Plot Combo Chart |
Posted by Peter Kwan on May-13-2009 06:04 |
|
Hi Stan,
Yes. ChartDirector can produce the chart you attached. This is by composing the chart using the following layers:
- 1 scatter layer for the symbol
- 3 line layers for the 3 lines
- 1 inter-line layer to fill the regions between top line and the middle line
- 1 inter-line layer to fill the regions between bottom line and the middle line
(In ChartDirector, each layer can be added by 1 line of code.)
Please feel free to download a free trial version of ChartDirector from our web site http://www.advsofteng.com/download.html to try it.
Hope this can help.
Regards
Peter Kwan |
|