Namespace System.Visualization
Codeunit
| Name | Summary |
|---|---|
| Codeunit System.Visualization."Business Chart" | Provides functionality for working with the business chart control add-in. |
| Codeunit System.Visualization."Cues And KPIs" | Exposes functionality to set up and retrieve styles for cues. |
| Codeunit System.Visualization.Headlines | Various functions related to headlines functionality. Payload - the main text of the headline. Qualifier - smaller text, hint to the payload. Expression property - value for the field on the page with type HeadlinePart. |
Page
| Name | Summary |
|---|---|
| Page System.Visualization."Cue Setup Administrator" | List page that contains settings that define the appearance of cues on all pages. Administrators can use this page to define a general style, which users can customize from the Cue Setup End User page. |
| Page System.Visualization."Cue Setup End User" | List page that contains settings that define the appearance of cues for the current user and page. |
Enum
| Name | Summary |
|---|---|
| Enum System.Visualization."Business Chart Data Type" | Contains the possible data types that business chart can show. |
| Enum System.Visualization."Business Chart Type" | Represents all the available types of business charts |
| Enum System.Visualization."Cues And KPIs Style" | This enum has the styles for the cues and KPIs on RoleCenter pages. <remarks>The values match the original option field on the Cue Setup table, values 1 to 6 are blank options to be extended.</remarks> |
Events
| Name | Summary |
|---|---|
| OnBeforeGetCustomizedCueStyleOption | Event that allows definition of cue style for a cue using style enum without the usage of a cue setup table. Subscribe to this event if you want to define a cue style for a cue using custom prerequisites. |