IDistributionplotLayout Interface
  Namespace: Qlik.Sense.Client.Visualizations
Assembly: Qlik.Sense.Client.dll
  Assembly: Qlik.Sense.Client.dll
Distribution plot visualization
Syntax
public interface IDistributionplotLayout : IVisualizationBaseLayout, IGenericObjectLayout, IAbstractStructureProperties
| Name | Description | 
|---|---|
| Color | JSON property name: color | 
| DimensionAxis | Dimension axis settings. JSON property name: dimensionAxis | 
| Gridlines | Grid lines settings. JSON property name: gridlines | 
| HyperCube | JSON property name: qHyperCube | 
| 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 | 
| Presentation | JSON property name: presentation | 
| RefLine | JSON property name: refLine | 
| Sorting | Wrapper for sorting properties which will be set on the outer dimension. JSON property name: sorting |