Skip to main content

ChartPrinter.ComponentPrinter Property

Provides access to the component printer to print a chart.

Namespace: DevExpress.XtraCharts.Printing

Assembly: DevExpress.XtraCharts.v23.2.dll

NuGet Package: DevExpress.Charts

Declaration

public ComponentExporter ComponentPrinter { get; }

Property Value

Type Description
DevExpress.XtraPrinting.ComponentExporter

A ComponentExporter object.

Remarks

To create a component printer, use the ChartPrinter.CreateComponentPrinter method.

See Also