ChartSVGExportOptions
Interface
Represents the Kendo UI for Angular Chart SVG export options.
Definition
Package:@progress/kendo-angular-charts
Properties
height?
number
Specifies the height (in pixels) of the exported SVG. If not set, the height of the exported element will be used.
raw?
boolean
If set to true, the promise is resolved with the raw SVG document without the Data URI prefix.
Default:
false
width?
number
Specifies the width (in pixels) of the exported SVG. If not set, the width of the exported element will be used.