UI5 implements a convenient mechanism that helps you setting properties of controls or other elements to values from an enumeration in XML. However this feature could confuse you, if you don't know that it exists. To set a value from the enumeration graphomate.ui.charts.enums.LabelPositioningMode, for example, you only have to assign the preferred enumeration's key to the chart's attribute without using any prefix for the enumeration.
0 Comments