ChartPrinter.IsPrintingAvailable Property
Indicates whether or not the chart can be printed and exported.
Namespace: DevExpress.XtraCharts.Printing
Assembly: DevExpress.XtraCharts.v24.1.dll
NuGet Package: DevExpress.Charts
Declaration
Property Value
Type | Description |
---|---|
Boolean | true if the chart can be printed; otherwise, false. |
Remarks
The chart can be printed only if the XtraPrinting Library is available on an end-user machine.
Note
With the XtraPrinting Library, you’re also able to export your chart to various formats (PDF, HTML, etc.). Natively, XtraCharts supports export as an image only. For all other export needs, the XtraPrinting library needs to be installed.
See Also