Hi Stuart,
You can print the chart using the
PrintChart method:
this.radChart1.Printing.PrintChart(ChartPrintOptions.ShowPrintPreviewDialog);or save it to a graphics file using the
Save method:
this.radChart1.Save("C:\\RadChart.png", ImageFormat.Png);Hope this helps.
Regards,
Chavdar
the Telerik team