Div | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
| |||||||||||
Scripting Documentation of graphomate matrix for SAP Lumira DesignerAuthor: 20202021.42 as ofOctober 2020May 2021
IntroductionThe graphomate matrix supports the Designer scripting language. This enables the user to dynamically interact with the add-on during runtime. Script commands include manipulation of the graphomate matrix layout or setting of data. This document features a list of all currently available script commands. EventsThe following events are available. User-made scripts can be deposited on the Property Sheet under the group Events.
FunctionsThe following functions are availableYou can find an overview of all functions here. They can be addressed in the scripting editor of Design StudioDesigner. We differentiate between getter and setter functions as they get information from the extension or set its properties. | |||||||||||
Getter Name | Example | Return type | Example Return Value | Description | |||||||
getBadColor() | GRAPHOMATEBUBBLE_1 .getBadColor(); | String | #FF0000 | Returns the hexadecimal color value of bad deviations. | |||||||
getPadding() | GRAPHOMATEBUBBLE_1 .getPadding(); | int | 25 | Returns the chart padding in [px]. | |||||||
getUseFormattedData() | GRAPHOMATEBUBBLE_1 .getUseFormattedData(); | boolean | false | Returns whether the preformatted values from the data source are used in the chart. | |||||||
Setter Name | Example | Description | setBadColor(String value) | GRAPHOMATEBUBBLE_1 .setBadColor("#FF0000"); | Sets the hexadecimal color value for negative deviations
Page Comparison
General
Content
Integrations