IBoxplotProperties Interface
  Namespace: Qlik.Sense.Client.Visualizations
Assembly: Qlik.Sense.Client.dll
  Assembly: Qlik.Sense.Client.dll
Box plot visualization
Syntax
public interface IBoxplotProperties : IVisualizationBaseProperties, IGenericObjectProperties, IAbstractStructureProperties
| Name | Description | 
|---|---|
| BoxplotDef | Settings specific to the boxplot JSON property name: boxplotDef | 
| DimensionAxis | Dimension axis settings. JSON property name: dimensionAxis | 
| Gridlines | Grid lines settings. JSON property name: gridlines | 
| 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 | 
| RefLine | JSON property name: refLine | 
| Sorting | Wrapper for sorting properties which will be set on the outer dimension. JSON property name: sorting |