ICombochartSeries Interface
  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.
Syntax
public interface ICombochartSeries : IAbstractStructureProperties
| 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 |