Skip to main content

TdxGridReportLinkOptionsCharts.GraphicClass Property

Represents the metaclass for the graphics class used to draw the grid’s report when it’s displayed using the chart view.

Declaration

property GraphicClass: TGraphicClass read; write;

Property Value

Type
TGraphicClass

Remarks

The GraphicClassName property specifies the graphics class that is used for drawing the grid’s report when it’s displayed using the chart view. Use the GraphicClass property to get a reference to that graphics class.

See Also