TextFont

public struct TextFont : Encodable

Undocumented

  • Sets the text font color of selected points.

    Declaration

    Swift

    public var color: Color?
  • Creates TextFont object with specified properties.

    Declaration

    Swift

    public init(color: Color? = nil)

    Parameters

    color

    Sets the text font color of selected points.