ICombochartDataPoint Interface
Namespace: Qlik.Sense.Client.Visualizations.Components
Assembly: Qlik.Sense.Client.dll
Assembly: Qlik.Sense.Client.dll
Data points
Syntax
public interface ICombochartDataPoint : IAbstractStructure
Properties
Name | Description |
---|---|
Show |
Show data points on line series. Only used if there is at least one measure with type set to 'line' JSON property name: show |
ShowBarLabels |
Show labels on bars. Only used if there is at least one measure with type set to 'bar' JSON property name: showBarLabels |
ShowLineLabels |
Show labels on data points on line series. Only used if there is at least one measure with type set to 'line' and show is true JSON property name: showLineLabels |