RangeMode

public enum RangeMode : String, Encodable

Determines whether or not the range of this axis in the rangeslider use the same value than in the main plot when zooming in/out.

If auto, the autorange will be used. If fixed, the range is used. If match, the current range of the corresponding y-axis on the main subplot is used.

  • Undocumented

    Declaration

    Swift

    case auto
  • Undocumented

    Declaration

    Swift

    case fixed
  • Undocumented

    Declaration

    Swift

    case match