X
public struct X : Encodable
Undocumented
-
Determines whether or not contour lines about the x dimension are drawn.
Declaration
Swift
public var show: Bool? -
Sets the starting contour level value.
Must be less than
contours.endDeclaration
Swift
public var start: Double? -
Sets the end contour level value.
Must be more than
contours.startDeclaration
Swift
public var end: Double? -
Sets the step between each contour level.
Must be positive.
Declaration
Swift
public var size: Double? -
Undocumented
Declaration
Swift
public var project: Projection? -
Sets the color of the contour lines.
Declaration
Swift
public var color: Color? -
An alternate to color.
Determines whether or not the contour lines are colored using the trace colorscale.
Declaration
Swift
public var useColormap: Bool? -
Sets the width of the contour lines.
Declaration
Swift
public var width: Double? -
Determines whether or not contour lines about the x dimension are highlighted on hover.
Declaration
Swift
public var highlight: Bool? -
Sets the color of the highlighted contour lines.
Declaration
Swift
public var highlightColor: Color? -
Sets the width of the highlighted contour lines.
Declaration
Swift
public var highlightWidth: Double? -
Creates
Xobject with specified properties.Declaration
Swift
public init(show: Bool? = nil, start: Double? = nil, end: Double? = nil, size: Double? = nil, project: Projection? = nil, color: Color? = nil, useColormap: Bool? = nil, width: Double? = nil, highlight: Bool? = nil, highlightColor: Color? = nil, highlightWidth: Double? = nil)Parameters
showDetermines whether or not contour lines about the x dimension are drawn.
startSets the starting contour level value.
endSets the end contour level value.
sizeSets the step between each contour level.
projectcolorSets the color of the contour lines.
useColormapAn alternate to color.
widthSets the width of the contour lines.
highlightDetermines whether or not contour lines about the x dimension are highlighted on hover.
highlightColorSets the color of the highlighted contour lines.
highlightWidthSets the width of the highlighted contour lines.
View on GitHub
Install in Dash
X Structure Reference