|
<< Click to display table of contents >> TrvrActionInsertChart.MakeDefaultForChartProperties |
Sets this action to be used by TrvActionItemProperties for editing the properties of an already inserted chart.
procedure MakeDefaultForChartProperties;
To display the chart properties dialog, TrvActionItemProperties requires a reference to an action of type TrvrActionInsertChart.
The first TrvrActionInsertChart created in the application automatically assigns itself for use by TrvActionItemProperties. This is usually sufficient, since applications typically create only a single instance of this action. However, if you need more flexible control over the chart properties dialog, use this method.