Back to Devexpress

TreemapPrintingOptions Class

dashboard-devexpress-dot-dashboardwin-405fe18f.md

latest2.2 KB
Original Source

TreemapPrintingOptions Class

OBSOLETE

The TreemapPrintingOptions class is obsolete now. Use properties with the 'Treemap' prefix exposed by the DashboardPrintPreviewOptions and DashboardPdfExportOptions classes. To learn more, see the following breaking change: https://supportcenter.devexpress.com/ticket/details/bc4046/

Contains settings that specify parameters affecting how the Treemap dashboard item is printed or exported.

Namespace : DevExpress.DashboardWin

Assembly : DevExpress.Dashboard.v25.2.Win.dll

NuGet Package : DevExpress.Win.Dashboard

Declaration

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

Remarks

Use the DashboardPrintingOptions.TreemapOptions property to access options specific to the Treemap dashboard item printing/exporting.

Inheritance

Object OptionsBase TreemapPrintingOptions

See Also

TreemapPrintingOptions Members

DevExpress.DashboardWin Namespace