|
|
Export
Essential Chart supports exporting of the chart control into various formats. Users can also print the chart data.
|
|
|
|
Essential Chart provides APIs to export the chart as an image file with support for all popular image formats. Supported formats are bmp, jpg, gif, tiff, wmf, emf, svg and eps.
Export chart as an Image(.gif, .emf, .bmp, etc.,)
The built-in Chart Toolbar can also be used by your user to save the chart as an image.
|
|
|
|
Using Essential PDF you can dynamically create a PDF document containing a snap shot of the Chart.
Export chart to Pdf
Essential PDF lets you add a whole bunch of other content to the generated PDF as well.
|
|
|
|
Using our Essential XlsIO, the chart data points can be exported to an Excel worksheet and an Excel chart can be created to render that data.
Chart exported to Excel
|
|
|
|
The chart control can be exported and saved as Svg. The SVG (Scalable Vector Graphics) files are used to define the chart in vector-based graphics. SVG defines the graphics in XML format. This format is very useful in viewing a zoomed-in or out chart where the quality is not lost due to the zoom.
Export chart to SVG
|
|
|
|
Using Essential DocIO, a Word document containing an image of the Chart can be dynamically created.
Export chart to Word document
Essential DocIO also comes with full fledged support for creating Word documents with a whole bunch of content types besides an image.
|
|
|
|
An image of the chart can also be added to an Essential Grid cell dynamically.
Export chart to Grid
|
|
|
|
|
|
|