Skip to main content

TdxGridReportLinkOptionsCharts.SupportsGraphicClass(TGraphicClass) Method

Determines whether the type of the AGraphicClass graphics class is supported by the grid’s report.

Declaration

function SupportsGraphicClass(AGraphicClass: TGraphicClass): Boolean; virtual;

Parameters

Name Type
AGraphicClass TGraphicClass

Returns

Type
Boolean

Remarks

The graphics class, which is specified by the GraphicClassName property is used to draw the chart view. Use the SupportsGraphicClass method to determine whether the AGraphicClass graphics class can be used to draw the chart view.

See Also