Show TOC

 Point APILocate this document in the navigation 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

customizingID

IWDPoint

String

 

bindable

eventID

IWDPoint

String

 

bindable

valueSource

IWDPoint

Object

 

bindable_mandatory

label

IWDPoint

String (TranslatableText)

 

bindable

tooltip

IWDPoint

String (TranslatableText)

 

bindable