Title
public struct Title : Encodable
Undocumented
-
Sets the title of this indicator.
Declaration
Swift
public var text: String? -
Sets the horizontal alignment of the title.
It defaults to
centerexcept for bullet charts for which it defaults to right.Declaration
Swift
public var align: HorizontalAlign? -
Set the font used to display the title
Declaration
Swift
public var font: Font? -
Creates
Titleobject with specified properties.Declaration
Swift
public init(text: String? = nil, align: HorizontalAlign? = nil, font: Font? = nil)Parameters
textSets the title of this indicator.
alignSets the horizontal alignment of the title.
fontSet the font used to display the title
View on GitHub
Install in Dash
Title Structure Reference