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

ChartPrinter.IsPrintingAvailable Property

Indicates whether or not the chart can be printed and exported.

Namespace: DevExpress.XtraCharts.Printing

Assembly: DevExpress.XtraCharts.v18.2.dll

Declaration

public bool IsPrintingAvailable { get; }

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