Enumeration pvc.options.varia.AxisDomainAlign
Extends
string.
Field Attributes | Field Name and Description |
---|---|
Both minimum and maximum may be lost.
|
|
The maximum value is kept in the domain and the minimum may be lost.
|
|
The minimum value is kept in the domain and the maximum may be lost.
|
Enumeration Detail
pvc.options.varia.AxisDomainAlign
The domain alignment is used to determine the domain of an axis
when it is specified as a
floating domain.
For options like fixedLength and ratio, when specified with domainAlign, the domain is altered so that a given domain length is kept (domain length is either fixedLength or derived from ratio). When altering the domain, some values will be kept and others may be lost. The domain alignment specifies which values are kept.
This only applies when the domain has some order among its elements, and, consequently, some minimum and maximum values.
For more information, see the following axis options: pvc.options.axes.AnyContinuousCartesianAxis#fixedLength, pvc.options.axes.SizeAxis#fixedLength and pvc.options.axes.AnyContinuousCartesianAxis#ratio.
Field Detail
Center
Both minimum and maximum may be lost. However, the center is kept:
- center = (maximum - minimum) / 2.
- Value:
- 'center'
Max
The maximum value is kept in the domain and the minimum may be lost.
- Value:
- 'max'
Min
The minimum value is kept in the domain and the maximum may be lost.
- Value:
- 'min'