Visualizers¶
The Visualizers family is one of the available components’ families you can use to populate a Mask.
It contains graphical elements used to visualize data. Visualizers enrich the interface without being associated to any interactive option; they display data-related information without allowing them to be edited. The Visualizers family contains one Base visualizer, the Label.
The layout of Base visualizers can be customized in the component’s layout menu, which can be accessed by right-clicking onto the component and clicking Open component layout, or when first dragging the component onto the stage.
In the table below, the available options in the Label layout menu are explained.
Option |
Description |
---|---|
Label |
The label of this component. |
Label width |
The width (in pixels) of the component’s label. |
Font family |
Users can select from the drop-down list the font type of the label. |
Font size |
The size of the component’s label. |
Order |
The position of the organizer in the mask. It is a 0-based dictionary, and its default value is 0 for all components, meaning that the order of the components will follow the dragging order. If this value is specified, controllers will be sorted in ascending order according to the Order value. |
Css |
Additional CSS code used to customize the label. |
Change as formula |
If selected, it allows users to work parametrically on the label. To know more about working parametrically, go to the corresponding page. |