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

ChartPrinter.CreateComponentPrinter() Method

Creates a component printer to print a chart.

Namespace: DevExpress.XtraCharts.Printing

Assembly: DevExpress.XtraCharts.v20.2.dll

NuGet Packages: DevExpress.Charts, DevExpress.WindowsDesktop.Charts

Declaration

public virtual ComponentExporter CreateComponentPrinter()

Returns

Type Description
DevExpress.XtraPrinting.ComponentExporter

A ComponentExporter object.

See Also