DxPdfExportOptions.ChartSizeMode Property
Specifies the export size mode for the Chart dashboard item.
Namespace: DevExpress.DashboardBlazor
Assembly: DevExpress.Dashboard.v24.1.Blazor.dll
NuGet Package: DevExpress.Blazor.Dashboard
Declaration
Property Value
Type | Description |
---|---|
ChartExportSizeMode | A ChartExportSizeMode value that specifies the export size mode for the Chart dashboard item. |
Available values:
Name | Description |
---|---|
None | The Chart dashboard item is exported in a size identical to that shown on the dashboard. |
Stretch | The Chart dashboard item is stretched or shrunk to fit the page to which it is exported. |
Zoom | The Chart dashboard item is resized proportionally to best fit the exported page. |
See Also