VisualDataText
Description
The VisualDataText is the data template version (see VisualDataTemplate) of the VisualText (see VisualText). It can be used inside a VisualDataTemplate. The VisualDataText is the block to use for any kind of text in a VisualDataTemplate.
Attributes
- Alignment [Near|Center|Far]: The horizontal alignment of the text. Default: Near.
- Filter [string]: The filter selects the item(s) you want to output. For example: '.rss.channel.items.title' will give all the titles in a data object that contains an RSS feed.
- LineAlignment [Near|Center|Far]: The vertical alignment of the text. Remark: The values Far and Center are only applicable when the Height of the owning container is fixed. E.g. in a gridcell with fixed height. Default: Near.
- MultiLine [boolean]: Wether or not the text can span multiple lines when needed. Default: false.
- Name [string]: The name of the block.
- Style [Style]: The style that needs to be applied to the block.
- Text [string]: The text to display (when not using the Filter to select the text from the input data).
Remarks
See the example at VisualDataImage.
