TextFont
public struct TextFont : Encodable
Undocumented
-
Sets the text font color of unselected points, applied only when a selection exists.
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 unselected points, applied only when a selection exists.