Enumeration pvc.options.varia.AxisDomainScope
Extends
string.
Field Attributes | Field Name and Description |
---|---|
No scale domain coordination.
|
|
The axes of same id of
small charts of each column
will use the same scale domain.
|
|
The axes of same id of
all the
small charts
use the same scale domain.
|
|
The axes of same id of
small charts of each row
will use the same scale domain.
|
|
The axes of same id of
small charts of each row or column
will use the same scale domain.
|
Enumeration Detail
pvc.options.varia.AxisDomainScope
The type of scale domain coordination
amongst axes of the same id of
small charts.
Field Detail
Cell
No scale domain coordination.
- Value:
- 'cell'
Column
The axes of same id of
small charts of each column
will use the same scale domain.
- Value:
- 'column'
Global
The axes of same id of
all the
small charts
use the same scale domain.
- Value:
- 'global'
Row
The axes of same id of
small charts of each row
will use the same scale domain.
- Value:
- 'row'
Section
The axes of same id of
small charts of each row or column
will use the same scale domain.
The determination of whether section applies to rows or columns is performed according to a reference orientation.
In the case of cartesian axes, the reference orientation is the axis' orientation.
If the reference orientation is horizontal, then section applies to columns. Otherwise it applies to rows.
- Value:
- 'section'