Enumeration pvc.options.varia.LegendOverflow
Extends
string.
Field Attributes | Field Name and Description |
---|---|
All legend items are rendered but the overflow in
the legend panel is hidden.
|
|
When overflow is detected, the whole legend panel
is collapsed and the legend is not displayed.
|
Enumeration Detail
pvc.options.varia.LegendOverflow
Use these possible strategies when the number of legend items exceeds
the pvc.options.panels.LegendPanel#itemCountMax or overflows the
legend panel dimensions.
Field Detail
Clip
All legend items are rendered but the overflow in
the legend panel is hidden.
This option does not affect the case when the number of legend items exceeds pvc.options.panels.LegendPanel#itemCountMax.
No overflow indicator is shown.
- Value:
- 'clip'
Collapse
When overflow is detected, the whole legend panel
is collapsed and the legend is not displayed.
- Value:
- 'collapse'