Show TOC Start of Content Area

Object documentation NumericValue API   Locate the document in its SAP Library structure

Overview

The NumericValue class is available for using numeric values of the data type double. This class 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.

Property Descriptions

      type

This property specifies the value type. The type property can be filled with the following values and is represented by the enumeration type WDValueTypeEnumeration.

Enumeration Value

Short Description

chart

Describes the value for a small chart within a chart in a portfolio chart (see graphic below).

size

Describes the size of a point in a portfolio chart.

trendX

Describes the y component in the trend arrow of a portfolio chart.

trendY

Describes the y component in the trend arrow of a portfolio chart.

x

Describes the x value in a business graphic – for example, in a scatter chart.

y

Describes the y value in a business graphic – for example, in a category-based chart.

      value

This property specifies the numeric value of a point. It must be bound to a context attribute within a context structure that provides the data for the values at runtime. The initial value of this property is 0.0.

Properties Overview

Name

Interface

Type

Initial Value

Bindable

type

IWDNumericValue

ValueTypeEnumeration

 

bindable

value

IWDNumericValue

 

0.0

bindable_mandatory

Example

Portfolio chart for the representation of the chart value of the enumeration type WDValueTypeEnumeration:

This graphic is explained in the accompanying text

End of Content Area