BinSettings Class
  Namespace: Qlik.Sense.Client.Visualizations.HistogramComponents
Assembly: Qlik.Sense.Client.dll
  
  
  Assembly: Qlik.Sense.Client.dll
Inheritance
- 
      System.Object
      
- 
          AbstractStructure
          
- BinSettings
 
 
 - 
          AbstractStructure
          
 
Syntax
public class BinSettings : AbstractStructure, IDisposable, IBinSettings, IAbstractStructureConstructors
| Name | Description | 
|---|---|
| BinSettings() | 
           Creates an instance of the BinSettings class  | 
      
Properties
| Name | Description | 
|---|---|
| Auto | 
           Auto mode generates a nice looking histogram without special parameters. JSON property name: auto  | 
      
| BinCount | 
           JSON property name: binCount  | 
      
| BinMode | 
           MaxCount - Able to adjust the maximum number of bars to be displayed. size - Able to adjust size of bars and offset from x-axis. JSON property name: binMode  | 
      
| BinSize | 
           JSON property name: binSize  | 
      
| CountDistinct | 
           Shows unique values. JSON property name: countDistinct  | 
      
| Offset | 
           JSON property name: offset  |