Skip to main content

ChartPrintInitializeEventArgs Class

Provides data for the ChartControl.PrintInitialize event.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v23.2.dll

NuGet Package: DevExpress.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