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.cminandmarker.line.cmaxif 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
Lineobject with specified properties.Declaration
Parameters
colorSets themarker.linecolor.
widthSets the width (in px) of the lines bounding the marker points.
outlierColorSets the border line color of the outlier sample points.
outlierWidthSets the border line width (in px) of the outlier sample points.
View on GitHub
Install in Dash
Line Structure Reference