ChartIQFontSize

@objc
public enum ChartIQFontSize : Int, CaseIterable

Chart font size type.

  • The font of size 8 option.

    Declaration

    Swift

    case fontOfSize8
  • The font of size 10 option.

    Declaration

    Swift

    case fontOfSize10
  • The font of size 12 option.

    Declaration

    Swift

    case fontOfSize12
  • The font of size 13 option.

    Declaration

    Swift

    case fontOfSize13
  • The font of size 14 option.

    Declaration

    Swift

    case fontOfSize14
  • The font of size 16 option.

    Declaration

    Swift

    case fontOfSize16
  • The font of size 20 option.

    Declaration

    Swift

    case fontOfSize20
  • The font of size 28 option.

    Declaration

    Swift

    case fontOfSize28
  • The font of size 36 option.

    Declaration

    Swift

    case fontOfSize36
  • The font of size 48 option.

    Declaration

    Swift

    case fontOfSize48
  • The font of size 64 option.

    Declaration

    Swift

    case fontOfSize64
  • Chart font size type display name.

    Declaration

    Swift

    public var displayName: String { get }