[]
Adds an interactive action, such as drillthrough, represented by the ActionBase class.
bool AddAction(ActionBase action, RectangleF bounds)
Type | Name | Description |
---|---|---|
ActionBase | action | The action to add. |
RectangleF | bounds | The bounds of the area associated with the action. |
Type | Description |
---|---|
bool |
|