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
TextFontobject with specified properties.Declaration
Swift
public init(color: Color? = nil)Parameters
colorSets the text font color of unselected points, applied only when a selection exists.
View on GitHub
Install in Dash
TextFont Structure Reference