Enumeration pvc.options.varia.PanelAlignmentTarget
Extends
string.
Field Attributes | Field Name and Description |
---|---|
The source side of the child panel
is placed at the same position as the
bottom side of the parent panel.
|
|
The source side of the child panel
is placed at the same position as the
horizontal center position of the parent panel.
|
|
The source side of the child panel
is placed at the same position as the
left side of the parent panel.
|
|
The source side of the child panel
is placed at the same position as the
vertical center position of the parent panel.
|
|
The source side of the child panel
is placed at the same position as the
vertical center position of the
page height of the parent panel.
|
|
The source side of the child panel
is placed at the same position as the
right side of the parent panel.
|
|
The source side of the child panel
is placed at the same position as the
top side of the parent panel.
|
The alignment target side must be parallel to the side of source alignment.
Wherever an alignment target argument is found, a value of type number, a numeric string or a numeric percentage string, may also be specified.
In this case, these specify the position of alignment, from the left or top sides, whichever is parallel to the alignment source side.
For example, if the source alignment side is 'right' and the target alignment specifies '10%', then the right side of the child panel would be placed at a position of 10% of the parent panel's client width from the parent's left side.
- Value:
- 'bottom'
- Value:
- 'center'
- Value:
- 'left'
- Value:
- 'middle'
The page height differs from the chart height in that the page height is by definition the value initially specified in pvc.options.charts.BasicChart#height, and the chart height can grow if layout so requires it, like it does in small multiples charts.
The page middle alignment allows, for example, placing the legend panel in the middle of the screen height, even though the height of the chart may have become much larger.
- Value:
- 'page-middle'
- Value:
- 'right'
- Value:
- 'top'