DateNavigatorLegend Properties
Properties in the View Designer
- category
Path to the context attribute that stores the category of the legend entry. When doing this, you must make sure that two legend entries cannot be assigned to the same category. The category property must be bound to a context attribute, to whose multiple superordinate context nodes the dataSource property is bound.
Value Description four
Color of category four. *)
one
Color of category one. *)
three
Color of category three. *)
two
Color of category two. *)
*) The colors for the highlighting depend on the respective design topic used.
- dataSource
Specifies the path to the context node which stores the categories and texts of the legend entries. Each node element represents one entry in the legend. The legend entries are displayed in the order of the node elements.
- text
Path to the context attribute that stores the texts of the legend entries. This property is used to describe a category.
- textDirection
Text or writing direction.
This enables labels of interface elements to be read in languages that have an RTL writing direction, such as Hebrew and Arabic, as opposed to LTR such as English.
Value Description inherit
The text direction is inherited from the parent element. Therefore, the text direction is identical to the one of the parent element.
ltr
Left to right text direction
rtl
Right to left text direction