Show TOC

 SimpleSeriesLocate this document in the navigation structure

SimpleSeries is used to specify a simple data series. This element should be used on the following conditions:

  • A fixed number of data series is available and this number is already known at design time.
  • The chart is Category -based and each point has only one Y value
Runtime Class

CL_WD_SIMPLE_SERIES

Properties in the View Designer

Name Type Initial Value Bindable

id

STRING

(automatic)

No

customizingID

STRING

No

eventID

STRING

No

label

Translatable text

No

tooltip

Translatable text

No

value

STRING

Mandatory

Note

Other properties that can be inherited are defined in the associated higher-level classes. The associated UI elements are:

Dynamic Programming

For dynamic programming, the same properties, events, and aggregations as in the View Designer are available. Bear in mind the different spellings.

Dynamic Programming of Properties

View Designer Name Runtime Name Type

customizingID

CUSTOMIZING_ID

STRING

eventID

EVENT_ID

STRING

label

LABEL

WDY_MD_TRANSLATABLE_TEXT

tooltip

TOOLTIP

WDY_MD_TRANSLATABLE_TEXT

value

VALUE

STRING