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

ChartPrintInitializeEventArgs Class

Provides data for the ChartControl.PrintInitialize event.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v20.2.dll

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

Declaration

public class ChartPrintInitializeEventArgs :
    EventArgs

Remarks

An instance of the ChartPrintInitializeEventArgs class with appropriate settings is automatically created and passed to the corresponding event’s handler.

Inheritance

Object
EventArgs
ChartPrintInitializeEventArgs
See Also