Click or drag to resize
CombochartHyperCubeMeasureqDef Class
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 CombochartHyperCubeMeasureqDef : HyperCubeMeasureqDef, 
	ICombochartHyperCubeMeasureqDef, IHyperCubeMeasureqDef, INxInlineMeasureDef, IAbstractStructure

The CombochartHyperCubeMeasureqDef type exposes the following members.

Constructors
  NameDescription
Public methodCombochartHyperCubeMeasureqDef
Creates an instance of the CombochartHyperCubeMeasureqDef 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 propertyAccumulate
• 0 means no accumulation • 1 means full accumulation (each y-value accumulates all previous y-values of the expression) • ≥ 2 means accumulate as many steps as the qAccumulate value This parameter is optional. Default is 0.
(Inherited from NxInlineMeasureDef.)
Public propertyActiveExpression
Index of the active expression in a cyclic measure. The indexing starts from 0. This parameter is optional. The default value is 0.
(Inherited from NxInlineMeasureDef.)
Public propertyAggrFunc
Aggregate function. For more information on the aggregate function syntax, see the section Working with Qlik Sense on the online help portal. The default value is 0 (Sum of rows) This parameter is optional.
(Inherited from NxInlineMeasureDef.)
Public propertyAutoSort
If the measure has been automatically sorted.
(Inherited from HyperCubeMeasureqDef.)
Public propertyBrutalSum
If set to true, the sum of rows total should be used rather than real expression total. This parameter is optional and applies to straight tables. Default is false. If using the Qlik Sense interface, it means that the total mode is set to Expression Total.
(Inherited from NxInlineMeasureDef.)
Public propertyCId
Id used by the client. Must be unique within the current chart (amongst dimensions and measures).
(Inherited from HyperCubeMeasureqDef.)
Public propertyDef
Definition of the expression in the measure. Example: Sum (OrderTotal) This parameter is mandatory.
(Inherited from NxInlineMeasureDef.)
Public propertyDescription
Description of the measure. This parameter is optional. An empty string is returned as a default value.
(Inherited from NxInlineMeasureDef.)
Public propertyExpressions
Array of expressions. This parameter is used in case of cyclic measures (qGrouping is C). List of the expressions in the cyclic group.
(Inherited from NxInlineMeasureDef.)
Public propertyGrouping
Default value is no grouping. This parameter is optional.
(Inherited from NxInlineMeasureDef.)
Public propertyLabel
Name of the measure. This parameter is optional. An empty string is returned as a default value.
(Inherited from NxInlineMeasureDef.)
Public propertyNumFormat
Format of the field. This parameter is optional.
(Inherited from NxInlineMeasureDef.)
Public propertyNumFormatFromTemplate
When enabled, the number format to use can be selected from multiple predefined formats based on the desired type (number, date).
(Inherited from HyperCubeMeasureqDef.)
Public propertyRelative
If set to true, percentage values are returned instead of absolute numbers. This parameter is optional. Default is false.
(Inherited from NxInlineMeasureDef.)
Public propertyReverseSort
If set to true, it inverts the sort criteria in the field.
(Inherited from NxInlineMeasureDef.)
Public propertySeries
Combo chart series settings: on which axis to put the measure and how to visualize its data.
Public propertySession
The session from which this structure was created.
(Inherited from AbstractStructure.)
Public propertyTags
Name connected to the measure that is used for search purposes. This parameter is optional. A measure can have several tags.
(Inherited from NxInlineMeasureDef.)
Top
See Also