Skip to main content

ChartPrinter.CreateComponentPrinter() Method

Creates a component printer to print a chart.

Namespace: DevExpress.XtraCharts.Printing

Assembly: DevExpress.XtraCharts.v23.2.dll

NuGet Package: DevExpress.Charts

Declaration

public virtual ComponentExporter CreateComponentPrinter()

Returns

Type Description
DevExpress.XtraPrinting.ComponentExporter

A ComponentExporter object.

See Also