|
<< Click to display table of contents >>
|
TrvrActionInsertChart is an action for inserting a chart item at the caret position of the target editor.
Additionally, it allows TrvActionItemProperties to edit properties of these items.
Unit [VCL/FMX] RVReportActions / fmxRVReportActions;
Syntax
TrvrActionInsertChart = class (TrvAction);
TObject TPersistent TComponent TBasicAction TContainedAction TCustomAction TAction TrvCustomAction TrvAction |
This action has the following properties
•ChartCatalog is used to get a list of available chart templates. Required.
•DataProvider is used to get a list of tables and fields, to help users writing data queries.
•ChartWidth, ChartHeight define the size for inserted charts.