ChartIQFontStyle
@objc
public enum ChartIQFontStyle : Int
Chart font style type.
-
The none option.
Declaration
Swift
case none
-
The bold option.
Declaration
Swift
case bold
-
The italic option.
Declaration
Swift
case italic
-
Chart font style type display name.
Declaration
Swift
public var displayName: String { get }