|
MultiChant - C++ which charts type can be combined |
Posted by Sal on Feb-19-2016 00:14 |
|
Hi Peter,
I read from the documentation that:
"A multi-chart is a container to contain multiple charts. You can use a multi- chart to combine multiple BaseChart objects (or its subclass such as PieChart, XYChart, PolarChart, AngularMeter or LinearMeter) into one image."
I believe (in concept), that I should be able to Add to the MutiChat object a XYChart and ThreeDScatterChart, because this is a subclass of ThreeDChart, and this is a subclass of BaseChart.
The above concept is in conflict to the above 1st paragraph since this leave any 3D charts out.
Q1: Peter, could you please clarify this ?
Q2: If it is still not possible to combine them into a MultiChart, how can I do this ?
Q3: Can you direct me to a demo (MFC C++) that illustrates how to work around the above limitation is it really present ?
Thanks
Sal |
Re: MultiChant - C++ which charts type can be combined |
Posted by Peter Kwan on Feb-19-2016 03:22 |
|
Hi Sai,
The MultiChart object can combine ThreeDScatterChart.
I think the MultiChart documentation was written before we support ThreeDChart, and we probably forgot to update the list of mention about ThreeDChart. In any case, the part that mentions the "MultiChart can combine multiple BaseChart objects" is correct, and since ThreeDScatterChart is a BaseChart object, it is supported by MultiChart.
Regards
Peter Kwan |
Re: MultiChant - C++ which charts type can be combined |
Posted by Sal on Feb-19-2016 03:47 |
|
Thanks for the reply and clarification
Sal |
|