Back to Devexpress

PrintOptions Class

windowsforms-devexpress-dot-xtratreemap-dot-printing.md

latest1.6 KB
Original Source

PrintOptions Class

The hierarchical chart’s printing options.

Namespace : DevExpress.XtraTreeMap.Printing

Assembly : DevExpress.XtraTreeMap.v25.2.dll

NuGet Package : DevExpress.TreeMap

Declaration

csharp
public class PrintOptions :
    BaseOptions
vb
Public Class PrintOptions
    Inherits BaseOptions

The following members return PrintOptions objects:

Remarks

This class provides properties that control how to print the TreeMapControl or the SunburstControl. The HierarchicalChartControlBase.PrintOptions property provides access to these properties.

Inheritance

Object ViewStatePersisterCore BaseOptions PrintOptions

See Also

PrintOptions Members

DevExpress.XtraTreeMap.Printing Namespace