Enumeration pvc.options.varia.AxisOverlappedLabelsMode
Extends
string.
Field Attributes | Field Name and Description |
---|---|
Hide labels that overlap.
|
|
Let labels overlap.
|
|
Rotate the labels so that they do not overlap.
|
|
Rotate the labels so that they do not overlap.
|
Enumeration Detail
pvc.options.varia.AxisOverlappedLabelsMode
The layout modes that handle the situation where
labels of axes ticks overlap.
Field Detail
Hide
Hide labels that overlap.
Between two labels, as many as required are hidden until the minimum specified spacing is respected.
In the place of the hidden labels, a dot is placed that, when hovering over, indicates the value of the hidden labels.
- Value:
- 'hide'
Leave
Let labels overlap.
- Value:
- 'leave'
Rotate
Rotate the labels so that they do not overlap.
If not possible, allows the labels to overlap.
- Value:
- 'rotate'
RotateThenHide
Rotate the labels so that they do not overlap.
If not possible, hides the labels that still overlap.
- Value:
- 'rotatethenhide'