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
center
except 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
Title
object with specified properties.Declaration
Swift
public init(text: String? = nil, align: HorizontalAlign? = nil, font: Font? = nil)
Parameters
text
Sets the title of this indicator.
align
Sets the horizontal alignment of the title.
font
Set the font used to display the title