Mode

public enum Mode : Encodable

Determines how the font size for various text elements are uniformed between each trace type.

If the computed text sizes were smaller than the minimum size defined by uniformtext.minsize using hide option hides the text; and using show option shows the text without further downscaling. Please note that if the size defined by minsize is greater than the font size defined by trace, then the minsize is used.

  • off

    Undocumented

    Declaration

    Swift

    case off
  • Undocumented

    Declaration

    Swift

    case hide
  • Undocumented

    Declaration

    Swift

    case show
  • Declaration

    Swift

    public func encode(to encoder: Encoder) throws