Line
public struct Line : Encodable
Undocumented
-
Sets themarker.linecolor.
It accepts either a specific color or an array of numbers that are mapped to the colorscale relative to the max and min values of the array or relative to
marker.line.cmin
andmarker.line.cmax
if set.Declaration
Swift
public var color: Color?
-
Sets the width (in px) of the lines bounding the marker points.
Declaration
Swift
public var width: Double?
-
Sets the border line color of the outlier sample points.
Defaults to marker.color
Declaration
Swift
public var outlierColor: Color?
-
Sets the border line width (in px) of the outlier sample points.
Declaration
Swift
public var outlierWidth: Double?
-
Creates
Line
object with specified properties.Declaration
Parameters
color
Sets themarker.linecolor.
width
Sets the width (in px) of the lines bounding the marker points.
outlierColor
Sets the border line color of the outlier sample points.
outlierWidth
Sets the border line width (in px) of the outlier sample points.