ShapedDashedLine
public struct ShapedDashedLine : Encodable
Undocumented
-
Sets the line color.
Declaration
Swift
public var color: Color? -
Sets the line width (in px).
Declaration
Swift
public var width: Double? -
Declaration
Swift
public enum Shape : String, Encodable -
Determines the line shape.
The values correspond to step-wise line shapes.
Declaration
Swift
public var shape: Shape? -
Sets the style of the lines.
Declaration
Swift
public var dash: Dash? -
Creates
ShapedDashedLineobject with specified properties.Declaration
Parameters
colorSets the line color.
widthSets the line width (in px).
shapeDetermines the line shape.
dashSets the style of the lines.
View on GitHub
Install in Dash
ShapedDashedLine Structure Reference