Show TOC

 NumericValueLocate this document in the navigation structure

The NumericValue is available for using numeric values of the data type double. This UI element can be used for specifying the value of a point, for example, the x value for scatter charts or the y value for Category -based business graphics.

Runtime Class

CL_WD_NUMERIC_VALUE

Properties in the View Designer

Name Type Initial Value Bindable

id

STRING

(automatic)

No

type

WDUI_VALUE_TYPE_ENUMERATION

y

Yes

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

type

TYPE

WDUI_VALUE_TYPE_ENUMERATION

 type: chart

CL_WD_NUMERIC_VALUE=>E_TYPE-CHART

 type: size

CL_WD_NUMERIC_VALUE=>E_TYPE-SIZE

 type: trendX

CL_WD_NUMERIC_VALUE=>E_TYPE-TREND_X

 type: trendY

CL_WD_NUMERIC_VALUE=>E_TYPE-TREND_Y

 type: x

CL_WD_NUMERIC_VALUE=>E_TYPE-X

 type: y

CL_WD_NUMERIC_VALUE=>E_TYPE-Y

value

VALUE

STRING