From 3dc605c0c700d7e14f02fdd584f8377db8393294 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 3 Jun 2024 18:56:34 +0300 Subject: [PATCH] Merge kb-chart-export-2124 into production (#2138) * docs(chart):add KB to link to export example * Update knowledge-base/chart-export-to-image.md Co-authored-by: Yordan <60105689+yordan-mitev@users.noreply.github.com> * Update knowledge-base/chart-export-to-image.md Co-authored-by: Yordan <60105689+yordan-mitev@users.noreply.github.com> * update description * update linked text --------- Co-authored-by: NansiYancheva Co-authored-by: NansiYancheva <106161782+NansiYancheva@users.noreply.github.com> Co-authored-by: Yordan <60105689+yordan-mitev@users.noreply.github.com> --- knowledge-base/chart-export-to-image.md | 31 +++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 knowledge-base/chart-export-to-image.md diff --git a/knowledge-base/chart-export-to-image.md b/knowledge-base/chart-export-to-image.md new file mode 100644 index 0000000000..7e2dc50dcf --- /dev/null +++ b/knowledge-base/chart-export-to-image.md @@ -0,0 +1,31 @@ +--- +title: Export Chart as Image +description: How to export the Chart as an image? How to export the rendered Chart as a JPG file? How to export Chart as an image in Blazor? +type: how-to +page_title: Export Chart as Image +slug: chart-kb-export-to-image +tags: telerik, blazor, chart, export, image +ticketid: 1626687, 1602572 +res_type: kb +--- + +## Environment + + + + + + + + +
ProductChart for Blazor
+ + +## Description + +How to export the Chart as an image? How to export the Chart as a JPG file? + + +## Solution + +An example is available in the [project for Chart JPG Export with JS](https://github.com/telerik/blazor-ui/tree/master/common/pdf-jpg-export-js). The project includes a `readme` file that contains guideline and information on the needed libraries for the export. \ No newline at end of file