Marker

public struct Marker : Encodable

Undocumented

  • Sets the marker opacity of unselected points, applied only when a selection exists.

    Declaration

    Swift

    public var opacity: Double?
  • Sets the marker color of unselected points, applied only when a selection exists.

    Declaration

    Swift

    public var color: Color?
  • Sets the marker size of unselected points, applied only when a selection exists.

    Declaration

    Swift

    public var size: Double?
  • Creates Marker object with specified properties.

    Declaration

    Swift

    public init(opacity: Double? = nil, color: Color? = nil, size: Double? = nil)

    Parameters

    opacity

    Sets the marker opacity of unselected points, applied only when a selection exists.

    color

    Sets the marker color of unselected points, applied only when a selection exists.

    size

    Sets the marker size of unselected points, applied only when a selection exists.