Click or drag to resize
ICombochartSeries Interface
Combo chart series settings: on which axis to put the measure and how to visualize its data.

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

The ICombochartSeries type exposes the following members.

Properties
  NameDescription
Public propertyAxis
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'
Public propertyMarker
Marker style. Only used if type is set to 'marker'.
Public propertyMarkerFill
Fill marker. Only used if type is set to 'marker' (and marker is not set to 'line')
Public propertyType
How to visualize the series.
Top
See Also