Enumeration pvc.options.varia.SliceOrder
Extends
string.
Field Attributes | Field Name and Description |
---|---|
Lays out sibling slices by ascending size value.
|
|
Lays out sibling slices by descending size value.
|
|
Lays out sibling slices in their natural order (the order in the datasource).
|
Field Detail
BySizeAscending
Lays out sibling slices by ascending size value.
- Value:
- 'bySizeAscending'
BySizeDescending
Lays out sibling slices by descending size value.
- Value:
- 'bySizeDescending'
None
Lays out sibling slices in their natural order (the order in the datasource).
- Value:
- 'none'