A newer version of this page is available.
Switch to the current version.
TreemapPrintingOptions Class
Obsolete. Contains settings that specify parameters affecting how the Treemap dashboard item is printed or exported.
Namespace: DevExpress.DashboardWin
Assembly: DevExpress.Dashboard.v18.2.Win.dll
Declaration
[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 KB article: https://www.devexpress.com/Support/Center/Question/Details/T488406")]
public class TreemapPrintingOptions :
OptionsBase
<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 KB article: https://www.devexpress.com/Support/Center/Question/Details/T488406")>
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
Feedback