Border
public struct Border : Encodable
Undocumented
-
Sets the stroke color.
It accepts a specific color. If the color is not fully opaque and there are hundreds of thousands of points, it may cause slower zooming and panning.
Declaration
Swift
public var color: Color? -
Specifies what fraction of the marker area is covered with the border.
Declaration
Swift
public var areaRatio: Double? -
Creates
Borderobject with specified properties.Declaration
Swift
public init(color: Color? = nil, areaRatio: Double? = nil)Parameters
colorSets the stroke color.
areaRatioSpecifies what fraction of the marker area is covered with the border.
View on GitHub
Install in Dash
Border Structure Reference