TdxGridReportLinkOptionsCharts Members
The TdxGridReportLinkOptionsCharts class represents settings for managing the grid’s report when it’s displayed using the chart view.Constructors
| Name | Description |
|---|---|
| Create(TdxCustomcxControlReportLink) | Initializes a new instance of the TdxCustomReportLinkOptions class with specified settings. Inherited from TdxCustomReportLinkOptions. |
Properties
| Name | Description |
|---|---|
| GraphicClass | Represents the metaclass for the graphics class used to draw the grid’s report when it’s displayed using the chart view. |
| GraphicClassName | Specifies which type of graphics class to use for drawing the chart view. |
| ReportLink | Specifies the report link to which the options are applied. Inherited from TdxGridReportLinkOptions. |
| Transparent | Specifies whether the background of the grid’s report should be displayed when using the chart view. |
Methods
| Name | Description |
|---|---|
| Assign(TPersistent) | Inherited from TPersistent. |
| AssignTo(TPersistent) | Inherited from TPersistent. |
| DefaultGraphicClass | Returns the TBitmap type as the default graphics class of the chart view. |
| Equals(TObject) | Inherited from TObject. |
| GetHashCode | Inherited from TObject. |
| GetNamePath | Inherited from TPersistent. |
| GetOwner | Inherited from TPersistent. |
| RestoreDefaults | Provides empty implementation to be overridden in subclasses. Inherited from TdxCustomReportLinkOptions. |
| SupportsGraphicClass(TGraphicClass) | Determines whether the type of the AGraphicClass graphics class is supported by the grid’s report. |
| ToString | Inherited from TObject. |
See Also