Entering content frame

Background documentation SimpleSeries Locate the document in its SAP Library 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

Text

 

No

tooltip

Text

 

No

value

STRING

 

mandatory

Note

Further properties that can be inherited are defined in the associated higher-level class.  The associated interface elements are:

·         AbstractSeries

·         ViewElement

Dynamic Programming

For dynamic programming the same properties, events, and aggregations are provided in the View Designer. 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

 

 

Leaving content frame