Show TOC Start of Content Area

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

Overview

The Point object defines the structure of the points of a more complex data series. The data binding and the sub object structure of a Point object indicates the number of values and their value types of a data point in a data series. A data series represented by the Series object can contain exactly one Point object. A Point object can be filled with one or more value objects, either a NumericValue or a TimeValue.

Property Descriptions

     customizingID

Describes how the chart is displayed on the screen. An ID is assigned to this property, and the ID stores information about the representation of the data series under the Customizing XML file of the BusinessGraphics UI element.

     eventId

Enables you to define an ID that can determine from which object the event has been triggered.

     valueSource

This property is used to specify the data source. You can use it to specify the path to the context node that provides the data for this object.

     label

This property is used to specify an optional text to be displayed for a point in a business graphic.

     tooltip

Describes a note that is displayed when the user places the cursor on the area of the data series.

Properties Overview

Name

Interface

Type

Initial Value

Bindable

Value Required

customizingID

IWDPoint

String

 

bindable

No

eventID

IWDPoint

String

 

bindable

No

valueSource

IWDPoint

Object

 

bindable_mandatory

No

label

IWDPoint

String (TranslatableText)

 

bindable

No

tooltip

IWDPoint

String (TranslatableText)

 

bindable

No

 

End of Content Area