!--a11y-->
Web Dynpro SimpleSeries API -
IWDSimpleSeries 
The SimpleSeries object is used to specify a simple data series. This object should be used when:
...
1. The number of data series is already determined and known at design time
2. The chart is category-based and each point has only one y value
·
customizingID
An ID is assigned to this property, and the ID stores information about the
representation of the data series under the Customizing XML file of the
BusinessGraphics UI element.
·
eventID
Enables you to define an ID
that can determine from which object the event has been triggered.
·
label
This property is used to specify an optional text to be displayed for a point
in a business graphic.
·
tooltip
Describes a note that is
displayed when the user places the cursor on the area of the data
series.
·
value
This property specifies the path to the context attribute that provides the
data for this object.
Name |
Interface |
Type |
Initial Value |
Bindable |
Value Required |
customizingID |
IWDSimpleSeries |
String |
No |
not_bindable |
No |
eventID |
IWDSimpleSeries |
String |
|
not_bindable |
No |
label |
IWDSimpleSeries |
String (TranslatableText) |
No |
not_bindable |
No |
tooltip |
IWDSimpleSeries |
String (TranslatableText) |
No |
not_bindable |
No |
value |
IWDSimpleSeries |
Double |
0.0 |
bindable_mandatory |
No |
Method Name |
Parameter |
Return Value |
Short Description |
bindingOfValue |
|
String |
Returns the path of the context element to which the value property is bound. Returns NULL if no binding exists. |
bindValue |
(String path) |
|
Binds the value property to the context node specified by a path. |
getCustomizingID |
|
String |
Returns the value of the customizingID property. |
getEventID |
|
String |
Returns the value of the eventID property. |
getLabel |
|
String |
Returns the value of the label property. |
getTooltip |
|
String |
Returns the value of the tooltip property. |
getValue |
|
String |
Returns the value of the value property. |
setCustomizingID |
(String customizingID) |
|
Sets the value of the customizingID property. |
setEventID |
(String eventID) |
|
Sets the value of the eventID property. |
setLabel |
(String label) |
|
Sets the value of the label property. |
setTooltip |
(String tooltip) |
|
Sets the value of the tooltip property. |
setValue |
(String value) |
|
Sets the value of the value property. |
Additional methods are available using inheritance: IWDAbstractSeries, IWDViewElement.
