Hi ,
I am using one table ,pie chart in one slide.
if the table data is empty ,i want to delete the pie chart.
to create the pie chart i have used the following code.
int Slideno= 0;
RectangleF rect3 = new RectangleF(390, 100, 500, 370);
Spire.Presentation.Charts.IChart chart2 = presentation.Slides[Slideno].Shapes.AppendChart(Spire.Presentation.Charts.ChartType.Pie3D, rect3, false);
if i want to delete this Pie chart. how to delete.
Please help to resolve this issue.