3d Scatter

I have a scatter chart with 2 series. I would like to plot this as 3d with each series being shown on it's own plane in the Z axis. Is this possible - if so then how???

I'm using version 4.4.0.51 of Essential Studio

2 Replies

AD Administrator Syncfusion Team February 2, 2007 08:23 AM UTC

Hi Roy,

Thank You for your interest in Syncfusion Products.

If your intention is to visualize the ChartSeries in a 3D effect then it can be done by setting the Series3D property of the ChartControl.

Kindly take a look at the code snippet below,

//sets 3D effect for the Series
this.chartControl1.Series3D=true;

Let me know if I am wrong in getting your requirement.

Thanks & Regards,
Ramya.


RC Roy Chase February 5, 2007 08:48 AM UTC

Thanks that is just what I required

Loader.
Up arrow icon