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

ChartPrintInitializeEventArgs(IPrintingSystem, PrintableComponentLinkBase) Constructor

Initializes a new instance of the ChartPrintInitializeEventArgs class with the specified settings.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v18.2.dll

Declaration

public ChartPrintInitializeEventArgs(
    IPrintingSystem printingSystem,
    PrintableComponentLinkBase link
)

Parameters

Name Type Description
printingSystem IPrintingSystem

An IPrintingSystem object assigned to the ChartPrintInitializeEventArgs.PrintingSystem object.

link PrintableComponentLinkBase

A PrintableComponentLinkBase object assigned to the ChartPrintInitializeEventArgs.Link object.

See Also