Click or drag to resize
IColorMode Interface
Color settings.

Namespace: Qlik.Sense.Client.Visualizations.Components
Assembly: Qlik.Sense.Client (in Qlik.Sense.Client.dll) Version: 2.1.0.0+Build:7.origin/release/ms13
Syntax
public interface IColorMode : IAbstractStructure

The IColorMode type exposes the following members.

Properties
  NameDescription
Public propertyAuto
Use automatic coloring.
Public propertyAutoMinMax
Use automatic min/max for measure color.
Public propertyDimensionId
Id of the dimension to base coloring on. Should use the cId on the dimension.
Public propertyDimensionScheme
Dimension color scheme.
Public propertyExpressionIsColor
Whether the result of the expression is a valid CSS3 color.
Public propertyExpressionLabel
Label to show on tooltips when using an expression for coloring. Only used when expressionIsColor is set to false.
Public propertyMeasureMax
Public propertyMeasureMin
Public propertyMeasureScheme
Measure color scheme. 's' is for sequential, 'd' for diverging, 'g' for gradient, 'c' for classes.
Public propertyMode
Sets the coloring mode for the chart. byExpression can only be used in conjunction with an attribute expression on the first measure: qHyperCubeDef.qMeasures.0.qAttributeExpressions.0.qExpression
Public propertyPersistent
Use persistent colors on data points between selections.
Public propertyReverseScheme
Reverse the color scheme.
Public propertySingleColor
Single color.
Top
See Also