PrxChartView.isImage

Syntax

isImage();

Description

The isImage method determines if the chart is an image.

Comments

If this method return True, the regular report chart is an image, otherwise the chart is an instance of the Chart component (default).

Example

The example of use is given in description of the PrxChartView.getViewMode method.

See also:

PrxChartView