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

ChartPrinter.PerformPrintingAction(Action0) Method

Performs the specified printing action.

Namespace: DevExpress.XtraCharts.Printing

Assembly: DevExpress.XtraCharts.v20.2.dll

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

Declaration

public virtual void PerformPrintingAction(
    Action0 action
)

Parameters

Name Type Description
action DevExpress.Utils.Action0

A DevExpress.Utils.Action0 object.

See Also