Show TOC Start of Content Area

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

Overview

The SimpleSeries object is used to specify a simple data series. This object should be used when:

...

      The number of data series is already determined and known at design time

      The chart is category-based and each point has only one y value

Property Descriptions

      customizingID

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.

      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.

      value

This property specifies the path to the context attribute that provides the data for this object.

Overview of Inherited and Additional Properties

Name

Interface

Type

Initial Value

Bindable

customizingID

IWDSimpleSeries

String

 

not_bindable

eventID

IWDSimpleSeries

String

 

not_bindable

label

IWDSimpleSeries

String (TranslatableText)

 

not_bindable

tooltip

IWDSimpleSeries

String (TranslatableText)

 

not_bindable

value

IWDSimpleSeries

Double

0.0

bindable_mandatory

 

End of Content Area