Back to Devexpress

PiePrintingOptions Class

dashboard-devexpress-dot-dashboardwin-acd2aee0.md

latest2.1 KB
Original Source

PiePrintingOptions Class

OBSOLETE

The PiePrintingOptions class is obsolete now. Use properties with the 'Pie' 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 Pie 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 PiePrintingOptions class is obsolete now. Use properties with the 'Pie' 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 PiePrintingOptions :
    OptionsBase
vb
<Obsolete("The PiePrintingOptions class is obsolete now. Use properties with the 'Pie' 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 PiePrintingOptions
    Inherits OptionsBase

Remarks

Use the DashboardPrintingOptions.PieOptions property to access options specific to printing/exporting Pie dashboard items.

Inheritance

Object OptionsBase PiePrintingOptions

See Also

PiePrintingOptions Members

DevExpress.DashboardWin Namespace