CombochartProperties Class
Assembly: Qlik.Sense.Client.dll
Combo chart visualization
Inheritance
- 
      System.Object
      - 
          AbstractStructure
          - 
              GenericObjectProperties
              - 
                  VisualizationBaseProperties
                  - CombochartProperties
 
 
- 
                  VisualizationBaseProperties
                  
 
- 
              GenericObjectProperties
              
 
- 
          AbstractStructure
          
Syntax
public class CombochartProperties : VisualizationBaseProperties, IDisposable, ICombochartProperties, IVisualizationBaseProperties, IGenericObjectProperties, IAbstractStructureConstructors
| Name | Description | 
|---|---|
| CombochartProperties() | Creates an instance of the CombochartProperties class | 
Properties
| Name | Description | 
|---|---|
| BarGrouping | Bar grouping settings. JSON property name: barGrouping | 
| Color | Color settings. JSON property name: color | 
| DataPoint | Data points JSON property name: dataPoint | 
| DimensionAxis | Dimension axis settings. JSON property name: dimensionAxis | 
| HyperCubeDef | JSON property name: qHyperCubeDef | 
| Legend | Legend settings. JSON property name: legend | 
| MeasureAxes | Array that should contain two axes, for the primary and secondary measure axis. JSON property name: measureAxes | 
| NullMode | Null value presentation. JSON property name: nullMode | 
| Orientation | Orientation. If vertical, the dimension axis can only be docked on bottom or top and measure axis on left or right. JSON property name: orientation | 
| PreferContinuousAxis | Chart axis setting to control preference of scale on a dimensional axis. If true, the scale along the dimensional axis will be continuous if the data supports it, discrete otherwise. JSON property name: preferContinuousAxis | 
| ScrollStartPos | Scroll Alignment. If 0, then the scrollbar will start at the left/top of the chart, if 1 it starts at the right/bottom of the chart. Generally decides if the scroll starts at the beginning or end of the data JSON property name: scrollStartPos |