Back to Devexpress

PieExportOptions Class

dashboard-devexpress-dot-dashboardweb-e8b2959c.md

latest2.0 KB
Original Source

PieExportOptions Class

OBSOLETE

The PieExportOptions class 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/

Contains settings that specify parameters affecting how the Pie dashboard item is exported.

Namespace : DevExpress.DashboardWeb

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

NuGet Package : DevExpress.Web.Dashboard

Declaration

csharp
[Obsolete("The PieExportOptions class 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/")]
public class PieExportOptions :
    OptionsBase
vb
<Obsolete("The PieExportOptions class 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/")>
Public Class PieExportOptions
    Inherits OptionsBase

Remarks

Use the DashboardExportOptions.PieOptions property to access options specific to exporting Pie dashboard items.

Inheritance

Object OptionsBase PieExportOptions

See Also

PieExportOptions Members

DevExpress.DashboardWeb Namespace