Click or drag to resize
CombochartDataContainer Constructor (IEnumerableIDimension, IEnumerableIMeasure, IEnumerableIAppField, IEnumerableString)
Combochart Data Container

Namespace: Qlik.Sense.Client
Assembly: Qlik.Sense.Client (in Qlik.Sense.Client.dll) Version: 2.1.0.0+Build:7.origin/release/ms13
Syntax
public CombochartDataContainer(
	IEnumerable<IDimension> dimensions = null,
	IEnumerable<IMeasure> measures = null,
	IEnumerable<IAppField> fields = null,
	IEnumerable<string> expressionsStr = null
)

Parameters

dimensions (Optional)
Type: System.Collections.GenericIEnumerableIDimension
an array of Dimensions which will be applied to chart dimensions
measures (Optional)
Type: System.Collections.GenericIEnumerableIMeasure
an array of Measures which will be applied to chart measures
fields (Optional)
Type: System.Collections.GenericIEnumerableIAppField
an array of Fields which will be applied to chart dimensions
expressionsStr (Optional)
Type: System.Collections.GenericIEnumerableString
an array of expressions which will be applied to chart measures
See Also