Enumeration pvc.options.varia.TreemapColorMode
Extends
string.
Field Attributes | Field Name and Description |
---|---|
Colors are reserved for nodes that have leaf children.
|
|
Colors are reserved for leaf-nodes.
|
Enumeration Detail
pvc.options.varia.TreemapColorMode
Indicates if the color is assigned to parent nodes or to leaf nodes.
Field Detail
ByParent
Colors are reserved for nodes that have leaf children. Leaf children show the color of their parent.
- Value:
- 'byParent'
BySelf
Colors are reserved for leaf-nodes.
- Value:
- 'bySelf'