Back to Devexpress

ChartExportOptions Class

dashboard-devexpress-dot-dashboardweb-aed4d421.md

latest2.0 KB
Original Source

ChartExportOptions Class

OBSOLETE

The ChartExportOptions class is obsolete now. Use properties with the 'Chart' 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 Chart dashboard item is exported.

Namespace : DevExpress.DashboardWeb

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

NuGet Package : DevExpress.Web.Dashboard

Declaration

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

Remarks

Use the DashboardExportOptions.ChartOptions property to access options specific to exporting Chart dashboard items.

Inheritance

Object OptionsBase ChartExportOptions

See Also

ChartExportOptions Members

DevExpress.DashboardWeb Namespace