!--a11y-->
Web Dynpro AbstractSeries API -
IWDAbstractSeries 
The AbstractSeries class is an abstract base class that enables the data series subclasses SimpleSeries and Series to execute a predefined action. The action is executed when you select the data series area in the generated graphic.
·
onAction
This property can be used to execute a predefined action when selecting the
data row area in the generated graphic.
Method Name |
Parameter |
Return Value |
Short Description |
getBusinessGraphics |
|
IWDBusinessGraphics |
Returns the BusinessGraphics element in which this AbstractSeries element is contained. |
getOnAction |
|
IWDAction |
Returns the action that is executed when the onAction event is triggered. |
mappingOfOnAction |
|
IWDParameterMapping |
Returns the parameter mapping for the onAction action. |
setOnAction |
(IWDAction action) |
|
Sets the action that is executed when the onAction event is triggered. |
Additional methods are available using inheritance: IWDViewElement.
