Skip to main content

DashboardPrintingOptions.PieOptions Property

OBSOLETE

The DashboardPrintingOptions.PieOptions property 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/

Provides access to options specific to printing a pie dashboard item.

Namespace: DevExpress.DashboardWin

Assembly: DevExpress.Dashboard.v24.1.Win.dll

NuGet Package: DevExpress.Win.Dashboard

Declaration

[Browsable(false)]
[Obsolete("The DashboardPrintingOptions.PieOptions property 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 PiePrintingOptions PieOptions { get; }

Property Value

Type Description
PiePrintingOptions

A PiePrintingOptions object containing settings that specify parameters that affect how pie dashboard items are printed.

Remarks

The PieOptions property settings are not in effect when the entire content of the dashboard is printed.

See Also