DashedLine

public struct DashedLine : Encodable

Undocumented

  • [object Object] Note that this style setting can also be set per direction via increasing.line.width and decreasing.line.width.

    Declaration

    Swift

    public var width: Double?
  • Sets the dash style of lines.

    Set to a dash type string (solid, dot, dash, longdash, dashdot, or longdashdot) or a dash length list in px (eg 5px,10px,2px,2px). Note that this style setting can also be set per direction via increasing.line.dash and decreasing.line.dash.

    Declaration

    Swift

    public var dash: String?
  • Creates DashedLine object with specified properties.

    Declaration

    Swift

    public init(width: Double? = nil, dash: String? = nil)

    Parameters

    width

    [object Object] Note that this style setting can also be set per direction via increasing.line.width and decreasing.line.width.

    dash

    Sets the dash style of lines.