Skip to main content

ChartPrinter(IChartContainer) Constructor

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

Namespace: DevExpress.XtraCharts.Printing

Assembly: DevExpress.XtraCharts.v23.2.dll

NuGet Package: DevExpress.Charts

Declaration

public ChartPrinter(
    IChartContainer control
)

Parameters

Name Type Description
control DevExpress.XtraCharts.Native.IChartContainer

An object representing the chart control.

See Also