|
<< Click to display table of contents >> TrvrActionInsertChart.ChartCatalog |
Links the action with a chart catalog component.
property ChartCatalog: TRVReportCustomChartCatalog;
The action must be linked to a chart catalog component; without this, it cannot function and will be disabled.
If this property is not assigned explicitly, the action attempts to find a suitable component on the same form and uses the first one found. This is not recommended, as it slows down operation (especially when determining the value of the action’s Enabled property).
The following components can be assigned to this property:
TRVReportTeeChart (based on TChart by Steema Software)
TRVReportDxChart (based on TdxChartControl by Developer Express)