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