Back to Devexpress

ChartPrintingOptions Class

dashboard-devexpress-dot-dashboardwin-7dd62290.md

latest2.2 KB
Original Source

ChartPrintingOptions Class

OBSOLETE

The ChartPrintingOptions class is obsolete now. Use properties with the 'Chart' prefix exposed by the DashboardPrintPreviewOptions and DashboardPdfExportOptions classes. To learn more, see the following breaking change: https://supportcenter.devexpress.com/ticket/details/bc4046/

Contains settings that specify parameters affecting how the Chart dashboard item is printed or exported.

Namespace : DevExpress.DashboardWin

Assembly : DevExpress.Dashboard.v25.2.Win.dll

NuGet Package : DevExpress.Win.Dashboard

Declaration

csharp
[Obsolete("The ChartPrintingOptions class is obsolete now. Use properties with the 'Chart' prefix exposed by the DashboardPrintPreviewOptions and DashboardPdfExportOptions classes. To learn more, see the following breaking change: https://supportcenter.devexpress.com/ticket/details/bc4046/")]
public class ChartPrintingOptions :
    OptionsBase
vb
<Obsolete("The ChartPrintingOptions class is obsolete now. Use properties with the 'Chart' prefix exposed by the DashboardPrintPreviewOptions and DashboardPdfExportOptions classes. To learn more, see the following breaking change: https://supportcenter.devexpress.com/ticket/details/bc4046/")>
Public Class ChartPrintingOptions
    Inherits OptionsBase

Remarks

Use the DashboardPrintingOptions.ChartOptions property to access options specific to the Chart dashboard item printing or exporting.

Inheritance

Object OptionsBase ChartPrintingOptions

See Also

ChartPrintingOptions Members

DevExpress.DashboardWin Namespace