Enumeration pvc.options.varia.MultiChartOverflow
Extends
string.
Field Attributes | Field Name and Description |
---|---|
Only the first small-charts that entirely fit
in the initial chart size are actually shown.
|
|
The small-charts are sized so that they all fit the initial chart size.
|
|
The chart grows in size as needed to fit all of the small-charts.
|
Enumeration Detail
pvc.options.varia.MultiChartOverflow
The possible strategies for when the number of small charts
overflows the initial chart dimensions.
Field Detail
Clip
Only the first small-charts that entirely fit
in the initial chart size are actually shown.
An overflow indicator is shown by default.
- Value:
- 'clip'
Fit
The small-charts are sized so that they all fit the initial chart size.
- Value:
- 'fit'
Grow
The chart grows in size as needed to fit all of the small-charts.
- Value:
- 'grow'