Entering content frame

Background documentation Category Locate the document in its SAP Library structure

The Category object is a part the BusinessGraphics UI Element and describes the type of graphical representation. Categories of a chart are a discrete value range or an unsorted set of objects - such as January, February, March, and so on - that do not have a distance term and therefore have no relation to each other. In a vertical bar chart, the categories are displayed next to each other in columns with the categories on the x-axis and the values on the y-axis. This enables the user to compare individual categories – for example, the sales figures for each month of one year.

Unlike the simple category-based charts such as vertical bar charts, the more complex scatter charts and portfolio charts do not contain categories.

A pie chart represents all categories of a data series.

 

Runtime Class

CL_WD_CATEGORY

 

Properties in the View Designer

Name

Type

Initial Value

Bindable

ID

STRING

(automatic)

no

description

STRING

 

mandatory

eventID

STRING

 

yes

tooltip

Text

 

yes

Note

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

·         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

description

DESCRIPTION

STRING

eventID

EVENT_ID

STRING

tooltip

TOOLTIP

WDY_MD_TRANSLATABLE_TEXT

 

 

 

Leaving content frame