Start of Content Area

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

Translatable text

 

Yes

leadSelectionCustomizingID

STRING

 

Yes

pointSource

Context node

 

Yes

showSelectedOnly

WDY_BOOLEAN

false

No

tooltip

Translatable text

 

Yes

 

Aggregations in the View Designer

Name

Cardinality

Type

Point

1..1

Point

Note

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

        AbstractSeries

        ViewElement

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

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

Point

POINT

1..1

 

 

End of Content Area