Enumeration pvc.options.varia.BoxLayoutMode
Extends
string.
Field Attributes | Field Name and Description |
---|---|
Multiple boxes within the same category band
are sized and distributed horizontally
to fit the width of the category band.
|
|
Every box having the same category
is horizontally placed in the center of the category band,
and, generally, overlaps.
|
Enumeration Detail
pvc.options.varia.BoxLayoutMode
The arrangement of boxes within the same category band.
Field Detail
Grouped
Multiple boxes within the same category band
are sized and distributed horizontally
to fit the width of the category band.
The space between boxes of the same category is given by the boxSizeRatio option.
- Value:
- 'grouped'
Overlapped
Every box having the same category
is horizontally placed in the center of the category band,
and, generally, overlaps.
- Value:
- 'overlapped'