Show TOC

 Series APILocate this document in the navigation structure

Overview

The Series object is used to specify a more complex data series. You can use this object for displaying data series if you do not want to display a category-based chart or if the number of data series is not definite at design time.

A data series represented by the Series object can contain exactly one Point object.

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.

  • dataBeginIndex

    This property can be used to display a selection of node elements of the bound context node. The dataLength property is used to define the number of node elements to be selected.

  • eventId

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

  • pointSource

    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.

  • dataLength

    You can use this property to specify the number of node elements if you have specified a selection using the dataBeginIndexproperty.

  • label

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

  • leadSelectionCustomizingID

    This property can be used to select an alternative Customizing. The data series must be selected.

  • showSelectedOnlyA Boolean value that describes the selection of a data series. If the value is set to true, only the selected data series are displayed.
  • tooltipDescribes 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

IWDSeries

String

 

bindable

dataBeginIndex

IWDSeries

int

0

bindable

dataLength

IWDSeries

int

0

bindable

eventID

IWDSeries

String

 

bindable

label

IWDSeries

String (TranslatableText)

 

bindable

leadSelectionCustomizingID

IWDSeries

String

 

bindable

pointSource

IWDSeries

Object

 

bindable_mandatory

showSelectedOnly

IWDSeries

boolean

false

not_bindable

tooltip

IWDSeries

String (TranslatableText)

 

bindable