ChartPieType.ExplodedIndex

Hi, i am trying to set ExplodedIndex from c# but seems it does not work the way i tried.

chart1.Areas[0].Series[0].ExplodedIndex = 0;

Any suggestions?

3 Replies

MP Murugavel P Syncfusion Team December 28, 2009 11:16 AM UTC

Hi Asman,

Thanks for choosing Syncfusion products.

Kindly use the following lines of code to set the exploded index for Pie chart.

C#:

int index = 0;
ChartPieType.SetExplodedIndex(chart1.Areas[0].Series[0], index);


Please let us know if you have any questions.

Thanks & Regards,
Murugavel P


AS Asman December 29, 2009 12:40 AM UTC

Gre8!!! Thank you!!!!


MP Murugavel P Syncfusion Team December 29, 2009 11:29 AM UTC

Hi Asman,

Thanks for choosing Syncfusion products. Please do not hesitate to open a new forum support if you ever need further assistance from us.

Thanks & Regards,
Murugavel P

Loader.
Up arrow icon