layout | title | description | platform | control | documentation | domainurl |
---|---|---|---|---|---|---|
post |
Chart print in Angular Accumulation chart component | Syncfusion |
Learn here all about Chart print in Syncfusion Angular Accumulation chart component of Syncfusion Essential JS 2 and more. |
ej2-angular |
Chart print |
ug |
The rendered chart can be printed directly from the browser by calling the public method print.
{% tabs %} {% highlight ts tabtitle="app.component.ts" %} {% include code-snippet/chart/series/radius-cs2/src/app.component.ts %} {% endhighlight %}
{% highlight ts tabtitle="main.ts" %} {% include code-snippet/chart/series/radius-cs2/src/main.ts %} {% endhighlight %} {% endtabs %}
{% previewsample "page.domainurl/samples/chart/series/radius-cs2" %}
The rendered chart can be exported to Image
(jpeg or png) or SVG
or PDF
format by using the export method.
Input parameters for this method are Export
Type for format
and fileName
of result.
{% tabs %} {% highlight ts tabtitle="app.component.ts" %} {% include code-snippet/chart/series/radius-cs3/src/app.component.ts %} {% endhighlight %}
{% highlight ts tabtitle="main.ts" %} {% include code-snippet/chart/series/radius-cs3/src/main.ts %} {% endhighlight %} {% endtabs %}
{% previewsample "page.domainurl/samples/chart/series/radius-cs3" %}