Back to Devexpress

TreemapExportOptions Class

dashboard-devexpress-dot-dashboardweb-280e7001.md

latest2.1 KB
Original Source

TreemapExportOptions Class

OBSOLETE

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

Namespace : DevExpress.DashboardWeb

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

NuGet Package : DevExpress.Web.Dashboard

Declaration

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

Remarks

Use the DashboardExportOptions.TreemapOptions property to access options specific to Treemap dashboard item export.

Inheritance

Object OptionsBase TreemapExportOptions

See Also

TreemapExportOptions Members

DevExpress.DashboardWeb Namespace