Entering content frame

Background documentation Series Locate the document in its SAP Library structure

Series is used to specify a more complex data series. You can use this object for displaying data series if you do not want to display a category-based chart or if the number of data series is not definite at design time.

A data series represented by the Series object can contain exactly one Point.

 

Runtime Class

CL_WD_SERIES

 

Properties in the View Designer

Name

Type

Initial Value

Bindable

ID

STRING

(automatic)

No

customizingID

STRING

 

Yes

dataBeginIndex

I

0

Yes

dataLength

I

0

Yes

eventID

STRING

 

Yes

label

Text

 

Yes

leadSelectionCustomizingID

STRING

 

Yes

pointSource

Context Node

 

Yes

showSelectedOnly

WDY_BOOLEAN

false

No

tooltip

Text

 

Yes

 

Aggregations in the View Designer

Name

Cardinality

Type

Point

1..1

Point

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

dataBeginIndex

DATA_BEGIN_INDEX

I

dataLength

DATA_LENGTH

I

eventID

EVENT_ID

STRING

label

LABEL

WDY_MD_TRANSLATABLE_TEXT

leadSelectionCustomizingID

LEAD_SELECTION_CUST_ID

STRING

pointSource

POINT_SOURCE

OBJECT

showSelectedOnly

SHOW_SELECTED_ONLY

WDY_BOOLEAN

tooltip

TOOLTIP

WDY_MD_TRANSLATABLE_TEXT

 

Dynamic Programming of Aggregations

View Designer Name

Runtime Name

Cardinality

Pointt

POINT

1..1

 

 

Leaving content frame