Title
public struct Title : Encodable
                Undocumented
- 
                  
                  
Sets the title of this axis.
Note that before the existence of
title.text, the title’s contents used to be defined as thetitleattribute itself. This behavior has been deprecated.Declaration
Swift
public var text: String? - 
                  
                  
Sets this axis’ title font.
Note that the title’s font used to be set by the now deprecated
titlefontattribute.Declaration
Swift
public var font: Font? - 
                  
                  
An additional amount by which to offset the title from the tick labels, given in pixels.
Note that this used to be set by the now deprecated
titleoffsetattribute.Declaration
Swift
public var offset: Double? - 
                  
                  
Creates
Titleobject with specified properties.Declaration
Swift
public init(text: String? = nil, font: Font? = nil, offset: Double? = nil)Parameters
textSets the title of this axis.
fontSets this axis’ title font.
offsetAn additional amount by which to offset the title from the tick labels, given in pixels.
 
View on GitHub
Install in Dash
        Title Structure Reference