Skip to main content
Version: 2025.1

MultiDataChartViewTemplate

This page provides generated reference documentation for the MultiDataChartViewTemplate data model.

Displays multi-dimensional data in a chart, with the data source being certain fields of a special entity. In property "chartType", you can select from a list of various chart types, e.g., "COLUMN".

Overview

PropertySummary
categoryFieldField, which stores the category information
chartTypeSpecifies the display of the chart:
childrenList of children in this container
colorFieldDefines the entityfield in which the color of each value in the chart is located. e.g. if the value provided in this field is brand-color then the item in…
colspanThe colspan of the element.
devicesDetermines on wich devices the component should be available.
entityFieldThis property is mandatory. Its value must be set to 1. #ENTITY, when the ViewTemplate uses multiple EntityFields of the Entity belonging to the View…
informationFieldDefines the field which provides additional information. The placement of the information label varies between the ViewTemplates. The information label is only…
parentFieldDefines the entity field in which the ParentID is located.
rowspanThe rowspan of the element.
stackedSpecifies if multiple y-axes should be stacked on top of eachother instead of being displayed adjacent to eachother. Different chart types will display the…
titleTitle of the component
xAxisSpecifies the entityfield in which the x-axis values are.
yAxisDefines the entityfield in which the values of the y-axis are.

categoryField

Type: String

Field, which stores the category information


chartType

Type: ENeonMultiDataChartType

Specifies the display of the chart:

  • AREA
  • BAR
  • COLUMN
  • SPLINE
  • LINE

<!--VSCODE_ONLY-->


children

Type: Children

List of children in this container


colorField

Type: String

Defines the entityfield in which the color of each value in the chart is located. e.g. if the value provided in this field is brand-color then the item in the chart will be rendered in this color.


colspan

Type: Integer
Default: 1
Constraints: Minimum: 0, Maximum: Integer.MAX_VALUE

The colspan of the element.


devices

Type: EDeviceType[]

Determines on wich devices the component should be available.

The default value states that the component is available on all devices. If one or more devices are selected then the component is only available for those selected devices.


entityField

Type: String

This property is mandatory. Its value must be set to

  1. #ENTITY, when the ViewTemplate uses multiple EntityFields of the Entity belonging to the View (default).
  2. a single EntityField, if the ViewTemplate uses only this one single EntityField (example: WebContentViewTemplate).

The second option will result in a performance optimization.


informationField

Type: String

Defines the field which provides additional information. The placement of the information label varies between the ViewTemplates. The information label is only shown once per ViewTemplate.


parentField

Type: String

Defines the entity field in which the ParentID is located.

This serves as the parent/child mapping for chart drilldown or mapping for the rows of a TreeTable.


rowspan

Type: Integer
Default: 1
Constraints: Minimum: 0, Maximum: Integer.MAX_VALUE

The rowspan of the element.


stacked

Type: Boolean

Specifies if multiple y-axes should be stacked on top of eachother instead of being displayed adjacent to eachother. Different chart types will display the stacked property differently.


title

Type: String
Constraints: Verification: TITLE_LENGTH

Title of the component


xAxis

Type: String

Specifies the entityfield in which the x-axis values are.


yAxis

Type: String

Defines the entityfield in which the values of the y-axis are.