GrapeCity.ActiveReports.Document.PageDocument reportRuntime = new GrapeCity.ActiveReports.Document.PageDocument(rpt);
(rpt.Report.Body.ReportItems[0] as GrapeCity.ActiveReports.PageReportModel.Chart).Subtype = GrapeCity.ActiveReports.PageReportModel.ChartSubtype.Exploded;
(rpt.Report.Body.ReportItems[0] as GrapeCity.ActiveReports.PageReportModel.Chart).Type = GrapeCity.ActiveReports.PageReportModel.ChartType.Line;