Skip to main content
A newer version of this page is available. .

PrintOptions Class

The hierarchical chart’s printing options.

Namespace: DevExpress.XtraTreeMap.Printing

Assembly: DevExpress.XtraTreeMap.v18.2.dll

Declaration

public class PrintOptions :
    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

See Also