DashboardExportOptions.TreemapOptions Property
OBSOLETE
The DashboardExportOptions.TreemapOptions property 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/
Provides access to options for exporting a Treemap dashboard item.
Namespace: DevExpress.DashboardWeb
Assembly: DevExpress.Dashboard.v24.1.Web.WebForms.dll
NuGet Package: DevExpress.Web.Dashboard
Declaration
[Obsolete("The DashboardExportOptions.TreemapOptions property 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/")]
[PersistenceMode(PersistenceMode.InnerProperty)]
public TreemapExportOptions TreemapOptions { get; }
Property Value
Type | Description |
---|---|
TreemapExportOptions | A TreemapExportOptions object containing settings that specify parameters affecting how the Treemap dashboard item is exported. |
Remarks
The TreemapOptions property settings are not in effect when the entire content of the dashboard is exported.