Skip to main content

DashboardExportOptions.PieOptions Property

OBSOLETE

The DashboardExportOptions.PieOptions property is obsolete now. Use properties with the 'Pie' prefix exposed by the DashboardPdfExportOptions class. To learn more, see the following breaking change: https://supportcenter.devexpress.com/ticket/details/t986338/

Provides access to options for exporting a pie dashboard item.

Namespace: DevExpress.DashboardWeb

Assembly: DevExpress.Dashboard.v23.2.Web.WebForms.dll

NuGet Package: DevExpress.Web.Dashboard

Declaration

[Obsolete("The DashboardExportOptions.PieOptions property is obsolete now. Use properties with the 'Pie' prefix exposed by the DashboardPdfExportOptions class. To learn more, see the following breaking change: https://supportcenter.devexpress.com/ticket/details/t986338/")]
[PersistenceMode(PersistenceMode.InnerProperty)]
public PieExportOptions PieOptions { get; }

Property Value

Type Description
PieExportOptions

A PieExportOptions object containing settings that specify parameters that affect how pie dashboard items are exported.

Remarks

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

See Also