Skip to main content

ChartPrintInitializeEventArgs.PrintingSystem Property

Returns the Printing System used to create and print a document for the link associated with the Chart Control.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v23.2.dll

NuGet Package: DevExpress.Charts

Declaration

public PrintingSystemBase PrintingSystem { get; }

Property Value

Type
PrintingSystemBase
See Also