BoxplotLayout Class
  Namespace: Qlik.Sense.Client.Visualizations
Assembly: Qlik.Sense.Client.dll
  Assembly: Qlik.Sense.Client.dll
Box plot visualization
Inheritance
- 
      System.Object
      - 
          AbstractStructure
          - 
              GenericObjectLayout
              - 
                  VisualizationBaseLayout
                  - BoxplotLayout
 
 
- 
                  VisualizationBaseLayout
                  
 
- 
              GenericObjectLayout
              
 
- 
          AbstractStructure
          
Syntax
public class BoxplotLayout : VisualizationBaseLayout, IDisposable, IBoxplotLayout, IVisualizationBaseLayout, IGenericObjectLayout, IAbstractStructureConstructors
| Name | Description | 
|---|---|
| BoxplotLayout() | Creates an instance of the BoxplotLayout class | 
Properties
| 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 |