CombochartSeries Class
  Namespace: Qlik.Sense.Client.Visualizations
Assembly: Qlik.Sense.Client.dll
  Assembly: Qlik.Sense.Client.dll
Combo chart series settings: on which axis to put the measure and how to visualize its data.
Inheritance
- 
      System.Object
      - 
          AbstractStructure
          - CombochartSeries
 
 
- 
          AbstractStructure
          
Syntax
public class CombochartSeries : AbstractStructure, IDisposable, ICombochartSeries, IAbstractStructureConstructors
| Name | Description | 
|---|---|
| CombochartSeries() | Creates an instance of the CombochartSeries class | 
Properties
| Name | Description | 
|---|---|
| Axis | Which y-axis to use. Set to 0 for primary axis (which by default is docked to the left). Only used if type is not set to 'bar' JSON property name: axis | 
| Marker | Marker style. Only used if type is set to 'marker'. JSON property name: marker | 
| MarkerFill | Fill marker. Only used if type is set to 'marker' (and marker is not set to 'line') JSON property name: markerFill | 
| Type | How to visualize the series. JSON property name: type |