ChartPrintingOptions.SizeMode Property
OBSOLETE
This property is obsolete now. Use the Dashboard
Gets or sets the print size mode for the chart dashboard item.
Namespace: DevExpress.DashboardWin
Assembly: DevExpress.Dashboard.v24.2.Win.dll
NuGet Package: DevExpress.Win.Dashboard
#Declaration
[DefaultValue(ChartPrintingSizeMode.Zoom)]
[Obsolete("This property is obsolete now. Use the DashboardPrintPreviewOptions.ChartSizeMode/DashboardPdfExportOptions.ChartSizeMode properties instead. To learn more, see the following breaking change: https://supportcenter.devexpress.com/ticket/details/bc4046/")]
public ChartPrintingSizeMode SizeMode { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
Chart |
Zoom | A Chart |
Available values:
Name | Description |
---|---|
None | A chart dashboard item is printed in a size identical to that shown on the dashboard. |
Stretch | A chart dashboard item is stretched or shrunk to fit the page on which it is printed. |
Zoom | A chart dashboard item is resized proportionally to best fit the printed page. |