IBarchartProperties Interface
Assembly: Qlik.Sense.Client.dll
Bar chart visualization
Syntax
public interface IBarchartProperties : IVisualizationBaseProperties, IGenericObjectProperties, IAbstractStructureProperties
| 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 | 
| GridLine | Grid lines settings. JSON property name: gridLine | 
| HyperCubeDef | The hypercube used by most visualizations JSON property name: qHyperCubeDef | 
| Legend | Legend settings. JSON property name: legend | 
| MeasureAxis | Measure axis settings. JSON property name: measureAxis | 
| 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 | 
| RefLine | JSON property name: refLine | 
| 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 |