Skip to main content

PrintOptions Class

The hierarchical chart’s printing options.

Namespace: DevExpress.XtraTreeMap.Printing

Assembly: DevExpress.XtraTreeMap.v23.2.dll

NuGet Package: DevExpress.TreeMap

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