Box
public struct Box : Encodable
Undocumented
-
Determines if an miniature box plot is drawn inside the violins.
Declaration
Swift
public var visible: Bool? -
Sets the width of the inner box plots relative to the violins’ width.
For example, with 1, the inner box plots are as wide as the violins.
Declaration
Swift
public var width: Double? -
Sets the inner box plot fill color.
Declaration
Swift
public var fillColor: Color? -
Undocumented
Declaration
Swift
public var line: Line? -
Creates
Boxobject with specified properties.Declaration
Parameters
visibleDetermines if an miniature box plot is drawn inside the violins.
widthSets the width of the inner box plots relative to the violins’ width.
fillColorSets the inner box plot fill color.
line
View on GitHub
Install in Dash
Box Structure Reference