Display Mode
There are 3 ways to lay out the list of indicators vertically :
Fit
All indicators will fit the height allocated to the Widget, and take all the vertical space.
If there are few indicators and a lot of vertical space, they will be stretched vertically, and an lot of detail can be seen on the sparkline chart’s variations.
If there are many indicators and little vertical space, they will be squeezed vertically, so that all of them will fit.
Center
The indicators will only attempt to fit if there are too many. Otherwise, they will be displayed with a fixed vertical size and centered vertically :
If there are few indicators and a lot of vertical space, they will not be stretched vertically, and there will be margins at the top and bottom.
If there are many indicators and little vertical space, they will be squeezed vertically, so that all of them will fit (same as the Fit layout).
List
The indicators will not attempt to fit, they will be displayed with a fixed vertical size and aligned at the top :
If there are few indicators and a lot of vertical space, they will not be stretched vertically, and there will be margins at the bottom.
If there are many indicators and little vertical space, they will be displayed with a scroll bar.
Row Size
This is the height of the indicators.
The effect depends on the Display Mode :
- Fit : Row Size is not applicable. The row height is calculated as the height of the Widget divided by the number of rows (number of Tags).
- Center : Row Size will only apply while there is some free vertical space
- List : Row Size will be the vertical size of the indicators
Example of small Row Size in List mode :
Example of large Row Size in List mode :
Sparkline Row Scale
Configure the relative vertical size of the sparkline chart, in % of the height of the row :
1
means to take the full height of the row0.95
means almost the full height0.05
means a very thin display
Sparkline Column Scale
Configure the relative horizontal size of the sparkline chart, in % of available space between the Tag name on the left and the summary value on the right :
1
means to take the full width0.95
means almost the full width0.05
means a very narrow display
Post your comment on this topic.