Click or drag to resize
VisualizationHyperCube Class
The hypercube used by most visualizations
Inheritance Hierarchy

Namespace: Qlik.Sense.Client.Visualizations
Assembly: Qlik.Sense.Client (in Qlik.Sense.Client.dll) Version: 2.1.0.0+Build:7.origin/release/ms13
Syntax
public class VisualizationHyperCube : HyperCube, 
	IVisualizationHyperCube, IHyperCube, IAbstractStructure

The VisualizationHyperCube type exposes the following members.

Constructors
  NameDescription
Public methodVisualizationHyperCube
Creates an instance of the VisualizationHyperCube class
Top
Methods
  NameDescription
Public methodAddT
Adds an element to the abstract structure
(Inherited from AbstractStructure.)
Public methodAsT
Interpret abstract structure as a different type.
(Inherited from AbstractStructure.)
Public methodCloneAsT
Clone object to another AbstractStructure type.
(Inherited from AbstractStructure.)
Public methodCloneSubstructureAsT
Clone a substructure of the abstract structure and interprets it as type T.
(Inherited from AbstractStructure.)
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from AbstractStructure.)
Public methodGetT(String)
Retrieves a relative element of the abstract structure
(Inherited from AbstractStructure.)
Public methodGetT(String, T)
Retrieves an element of the abstract structure and interprets it as type T.
(Inherited from AbstractStructure.)
Public methodGetAllProperties
Gets all the property names in the structure
(Inherited from AbstractStructure.)
Public methodGetAllPropertyPaths
Gets the path to all properties names in the structure
(Inherited from AbstractStructure.)
Public methodGetMemberT Obsolete.
Retrieves a relative element of the abstract structure
(Inherited from AbstractStructure.)
Public methodIsSet
Checks if a property is set
(Inherited from AbstractStructure.)
Public methodPrintStructure (Inherited from AbstractStructure.)
Public methodReadJson
Read the structure of the object from the argument reader.
(Inherited from AbstractStructure.)
Public methodSetT
Sets a relative element of the abstract structure
(Inherited from AbstractStructure.)
Public methodSetMemberT Obsolete.
Sets a relative element of the abstract structure
(Inherited from AbstractStructure.)
Public methodWriteJson
Write the full json structure of the object to the argument writer.
(Inherited from AbstractStructure.)
Top
Extension Methods
  NameDescription
Public Extension MethodIf (Defined by StructureExpressionExtensions.)
Public Extension MethodSwitch (Defined by StructureExpressionExtensions.)
Top
Properties
  NameDescription
Public propertyCustomErrorMessage
Defines custom error messages.
Public propertyDataPages
Set of data. Is empty if nothing has been defined in qInitialDataFetch in HyperCubeDef.
(Inherited from HyperCube.)
Public propertyDimensionInfo
Public propertyEffectiveInterColumnSortOrder
Sort order of the columns in the hypercube. Column numbers are separated by a comma. Example: [1,0,2] means that the first column to be sorted was the column 1, followed by the column 0 and the column 2.
(Inherited from HyperCube.)
Public propertyError
This parameter is optional and is displayed in case of error.
(Inherited from HyperCube.)
Public propertyGrandTotalRow
Aggregate for measures of all values in the field. The result value depends on the qAggrFunc defined in HyperCubeDef.
(Inherited from HyperCube.)
Public propertyIndentMode
Is used for pivot tables only. If set to true, the formatting of the results is slightly different. This property is optional.
(Inherited from HyperCube.)
Public propertyLastExpandedPos
Is used for pivot tables only. Position of the last expended cell. This property is optional.
(Inherited from HyperCube.)
Public propertyLayoutExclude
Public propertyMeasureInfo
Public propertyMode
Information about the mode of the visualization.
(Inherited from HyperCube.)
Public propertyNoOfLeftDims
Number of left dimensions Default value is -1. The index related to each left dimension depends on the position of the pseudo dimension (if any). For example, a pivot table with: 4 dimensions in the following order: Country, City, Product and Category one pseudo dimension in position 1 3 left dimensions. implies that: The index 0 corresponds to the left dimension Country The index 1 corresponds to the pseudo dimension The index 2 corresponds to the left dimension City Product and Category are top dimensions. Another example: 4 dimensions in the following order: Country, City, Product and Category one pseudo dimension in position -1 3 left dimensions. implies that: The index -1 corresponds to the pseudo dimension; the pseudo dimension is the most to the right The index 0 corresponds to the left dimension Country The index 1 corresponds to the left dimension City The index 2 corresponds to the left dimension Product Category is a top dimension.
(Inherited from HyperCube.)
Public propertyPivotDataPages
Set of data for pivot tables. Is empty if nothing has been defined in qInitialDataFetch in HyperCubeDef.
(Inherited from HyperCube.)
Public propertySession
The session from which this structure was created.
(Inherited from AbstractStructure.)
Public propertySize
Defines the size of the hypercube.
(Inherited from HyperCube.)
Public propertyStackedDataPages
Set of data for stacked tables. Is empty if nothing has been defined in qInitialDataFetch in HyperCubeDef.
(Inherited from HyperCube.)
Public propertyStateName
Name of the alternate state. Default is current selections $.
(Inherited from HyperCube.)
Top
See Also