DisplayModeBar

public enum DisplayModeBar : Encodable

Determines the mode bar display mode.

If true, the mode bar is always visible. If false, the mode bar is always hidden. If hover, the mode bar is visible while the mouse cursor is on the graph container.

  • Undocumented

    Declaration

    Swift

    case hover
  • on

    Undocumented

    Declaration

    Swift

    case on
  • off

    Undocumented

    Declaration

    Swift

    case off
  • Declaration

    Swift

    public func encode(to encoder: Encoder) throws