ChartImageExportOptions API
Extended documentation for the ChartImageExportOptions interface with detailed information on the module's properties and available APIs.
Demos
Import
import { ChartImageExportOptions } from '@mui/x-charts-pro'
The options to apply on the image export.
The name of the file without the extension.
Type:string
Default:The title of the document the chart belongs to
The quality of the image to be exported between 0 and 1. This is only applicable for lossy formats, such as
'image/jpeg' and 'image/webp'. 'image/png' does not support this option.
Type:number
Default:0.9