﻿RadChart allows you to export the chart in several file formats:

  - Png - Portable Netwok Graphic. Use RadChart.ExportToImage(Stream).
  - Bmp - Bitmap file. Use RadChart.ExportToImage(Stream, BitmapEncoder) where the encoder is of type BmpBitmapEncoder().
  - ExcelML - ExcelML file, supported by Office 2003 and above. Use RadChart.ExportToExcelML(Stream).
  - Xps - XML Paper Specification file. Use RadChart.ExportToXps(Stream).