BoxPoints
public enum BoxPoints : EncodableIf outliers, only the sample points lying outside the whiskers are shown If
suspectedoutliers, the outlier points are shown and points either less than 4*Q1-3*Q3 or
greater than 4*Q3-3*Q1 are highlighted (see outliercolor) If all, all sample points are
shown If false, only the box(es) are shown with no sample points Defaults to
suspectedoutliers when marker.outliercolor or marker.line.outliercolor is set.
Defaults to all under the q1/median/q3 signature. Otherwise defaults to outliers.
- 
                  
                  Undocumented DeclarationSwift case all
- 
                  
                  Undocumented DeclarationSwift case outliers
- 
                  
                  Undocumented DeclarationSwift case suspectedOutliers
- 
                  
                  Undocumented DeclarationSwift case off
- 
                  
                  DeclarationSwift public func encode(to encoder: Encoder) throws
 View on GitHub
View on GitHub Install in Dash
Install in Dash BoxPoints Enumeration Reference
        BoxPoints Enumeration Reference