T O P I C R E V I E W |
n/a |
Posted - 09 Feb 2007 : 08:48:41 Hi,
I m willing to use Qunin-Curtis Charting Tool to draw 3D Charts in Windows Forms in .Net 2.0 I want to generate a chart having all 3 axes plotted on the screen i.e. X(o_toatlprice),Y(l_extendedprice) and Z(Compilation Cost). The requirement is as shown in the image below. My questions are: 1) Is this possible to draw using Qunin-curtis charts? 2) If yes, then please guide us how to generate charts using all the 3 axes ,if possible, kindly provide sample project/code to do so. Thanks & Regards. Vikas. +919999190313
|
3 L A T E S T R E P L I E S (Newest First) |
quinncurtis |
Posted - 11 Feb 2007 : 13:14:22 Sorry, but the jpeg images you sent were too low resolution for us to determine what plot types might be appropriate. Send higher quality images or a program that can recreate the images in high resolution. |
n/a |
Posted - 11 Feb 2007 : 05:43:16 Hello Sir,
I have sent you the images of the required chart types i want to draw using Qunin-Curtis Chart tool.
Please have a look at them and suggest me a way to achive this in a quick n easy way.
Thanks & regards Vikas +919999190313 |
quinncurtis |
Posted - 09 Feb 2007 : 09:19:35 Sorry, we can't see the image of a 3D chart you refer to. You can send it as an attachment to support@quinn-curtis.com if you want and we will take a look at it.
The example program Bargraphs.SimpleBars draws uses all three axes. In that example the z-axis uses string labels, though they could just as easily be numeric labels as done for the other axes. The example program Bargraphs.Barplot3D uses a SimpleDataset3D to store 3D data points and plot the points as bars in the chart.
The example program SimpleLinePlots.LinePlot3D uses and displays all three axes. |