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

ChartPrinter(IChartContainer) Constructor

Initializes a new instance of the ChartPrinter class for the specified chart control.

Namespace: DevExpress.XtraCharts.Printing

Assembly: DevExpress.XtraCharts.v18.2.dll

Declaration

public ChartPrinter(
    IChartContainer control
)

Parameters

Name Type Description
control DevExpress.XtraCharts.Native.IChartContainer

An object representing the chart control.

See Also