IExportEventArgs

23 Sep 20251 minute to read

Provides the event arguments for the chart export functionality.

Properties

cancel boolean

Defines the event’s cancellation status.

excelProperties ExcelProperties

Defines additional properties related to the Excel export functionality.
This includes settings such as sheet name, cell formatting, and customization options for exported data.
If not specified, the default Excel export settings will be applied.

height number

Specifies the height of the exported chart in pixels.
This value determines the height of the output file when exporting the chart as an image, PDF, or Excel file.

name string

Defines the name of the event.

width number

Specifies the width of the exported chart in pixels.
This value determines the width of the output file when exporting the chart as an image, PDF, or Excel file.