TreeData Class
Assembly: Qlik.Engine.dll
Renders the properties of a TreeData object. Is the layout for TreeDataDef.
For more information about the definition of TreeData, see Generic object.
Inheritance
-
System.Object
-
AbstractStructure
- TreeData
-
AbstractStructure
Syntax
[ValueClass]
public class TreeData : AbstractStructure, IDisposable, ITreeData, IAbstractStructureConstructors
| Name | Description |
|---|---|
| TreeData() |
Creates an instance of the TreeData class |
Properties
| Name | Description |
|---|---|
| CalcCondMsg |
The message displayed if calculation condition is not fulfilled. JSON property name: qCalcCondMsg |
| DimensionInfo |
Information on the dimension. JSON property name: qDimensionInfo |
| EffectiveInterColumnSortOrder |
Defines the order of the dimenion levels/columns in the TreeData object. Column numbers are separated by a comma. Example: [1,0,2] means that the first level in the tree structure is dimension 1, followed by dimension 0 and dimension 2. JSON property name: qEffectiveInterColumnSortOrder |
| Error |
This parameter is optional and is displayed in case of error. JSON property name: qError |
| HasOtherValues |
True if other row exists. JSON property name: qHasOtherValues |
| LastExpandedPos |
Position of the last expended cell. This property is optional. JSON property name: qLastExpandedPos |
| MeasureInfo |
Information on the measures calculated on the whole tree. JSON property name: qMeasureInfo |
| NodesOnDim |
The total number of nodes on each dimension. JSON property name: qNodesOnDim |
| StateName |
Name of the alternate state. Default is current selections JSON property name: qStateName |
| Title |
Title of the TreeData object, for example the title of a chart. JSON property name: qTitle |
| TreeDataPages |
Set of data. Is empty if nothing has been defined in qInitialDataFetch in JSON property name: qTreeDataPages |