DoubleClick

public enum DoubleClick : Encodable

Sets the double click interaction mode.

Has an effect only in cartesian plots. If false, double click is disable. If reset, double click resets the axis ranges to their initial values. If autosize, double click set the axis ranges to their autorange values. If reset+autosize, the odd double clicks resets the axis ranges to their initial values and even double clicks set the axis ranges to their autorange values.

  • off

    Undocumented

    Declaration

    Swift

    case off
  • Undocumented

    Declaration

    Swift

    case reset
  • Undocumented

    Declaration

    Swift

    case autoSize
  • Undocumented

    Declaration

    Swift

    case resetAndAutoSize
  • Declaration

    Swift

    public func encode(to encoder: Encoder) throws