PointColor Class
Assembly: Qlik.Sense.Client.dll
Inheritance
- 
      System.Object
      - 
          AbstractStructure
          - PointColor
 
 
- 
          AbstractStructure
          
Syntax
public class PointColor : AbstractStructure, IDisposable, IPointColor, IAbstractStructureConstructors
| Name | Description | 
|---|---|
| PointColor() | Creates an instance of the PointColor class | 
Properties
| Name | Description | 
|---|---|
| Auto | Use automatic coloring. JSON property name: auto | 
| Color | Color as hex string JSON property name: color | 
| DimensionScheme | Dimension color scheme. JSON property name: dimensionScheme | 
| Mode | 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 JSON property name: mode | 
| PaletteColor | Color information structure. Holds actual color and index in palette. JSON property name: paletteColor | 
| Persistent | Use persistent colors on data points between selections. JSON property name: persistent | 
| UseBaseColors | Use colors encoded in master items. JSON property name: useBaseColors | 
| UseDimColVal | Whether to apply colors from the used library dimension or not. Only used together with colorMode: byDimension. JSON property name: useDimColVal |