Enumeration pvc.options.varia.ContentOverflow
Extends
string.
Field Attributes | Field Name and Description |
---|---|
Content is hidden only if one of the cartesian axis of a plot
has its
fixedMin,
fixedMax,
fixedLength,
ratio
or
preserveRatio options specified.
|
|
Content that overflows is hidden.
|
|
Content that overflows is visible.
|
Enumeration Detail
pvc.options.varia.ContentOverflow
Controls what to do with content that overflows.
Field Detail
Auto
Content is hidden only if one of the cartesian axis of a plot
has its
fixedMin,
fixedMax,
fixedLength,
ratio
or
preserveRatio options specified.
- Value:
- 'auto'
Hidden
Content that overflows is hidden.
- Value:
- 'hidden'
Visible
Content that overflows is visible.
- Value:
- 'visible'