Skip to main content

ChartPrinter.PerformPrintingAction(Action0, PrintSizeMode) Method

Performs the specified printing action with the specified size mode.

Namespace: DevExpress.XtraCharts.Printing

Assembly: DevExpress.XtraCharts.v23.2.dll

NuGet Package: DevExpress.Charts

Declaration

public void PerformPrintingAction(
    Action0 action,
    PrintSizeMode sizeMode
)

Parameters

Name Type Description
action DevExpress.Utils.Action0

A DevExpress.Utils.Action0 object.

sizeMode PrintSizeMode

A PrintSizeMode enumeration value.

See Also