ChartPrintInitializeEventArgs.Link Property
In This Article
Gets a PrintableComponentLinkBase object that provides the general functionality to print the Chart Control.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.2.dll
NuGet Package: DevExpress.Charts
#Declaration
public PrintableComponentLinkBase Link { get; }
#Property Value
Type | Description |
---|---|
Printable |
A Printable |
See Also