Skip to main content
All docs
V18.2

ASPxClientDashboardExportOptions.TreemapOptions Property

OBSOLETE

The TreemapOptions property is obsolete now. Use properties with the 'Treemap' prefix exposed by the DashboardPdfExportOptions class. To learn more, see the following KB article: https://www.devexpress.com/Support/Center/Question/Details/T488764

Provides access to options for exporting a Treemap dashboard item.

Namespace: DevExpress.DashboardWeb.Scripts

Assembly: DevExpress.Dashboard.v18.2.Web.WebForms.Scripts.dll

Declaration

[Obsolete("The TreemapOptions property is obsolete now. Use properties with the 'Treemap' prefix exposed by the DashboardPdfExportOptions class. To learn more, see the following KB article: https://www.devexpress.com/Support/Center/Question/Details/T488764")]
public TreemapExportOptions TreemapOptions { get; set; }

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.

See Also