Constructor
new SpotfireTrellisAxis(axisDescription)
Represents a trellis axis description.
Parameters:
Name | Type | Description |
---|---|---|
axisDescription
|
trellisAxisDescription ▼ | |
hierarchyOption
|
SpotfireTrellisAxisHierarchyOptions {Enum} ▼ | [For hierarchical categories only, but not available for Date, Time or DateTime hierarchies.] 'Use actual combinations in data only (nest)': to display all combinations available in the data; 'Use all possible combinations (cross)': to display all possible combinations, even showing categories that are currently not included in the data. |
Enum options: nest, cross |