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

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.v19.1.dll

Declaration

public IPrintingSystem PrintingSystem { get; }

Property Value

Type Description
IPrintingSystem

A PrintingSystemBase descendant.

See Also