AxisLayer

public enum AxisLayer : String, Encodable

Sets the layer on which this axis is displayed.

If above traces, this axis is displayed above all the subplot’s traces If below traces, this axis is displayed below all the subplot’s traces, but above the grid lines. Useful when used together with scatter-like traces with cliponaxis set to false to show markers and/or text nodes above this axis.

  • Undocumented

    Declaration

    Swift

    case aboveTraces = "above traces"
  • Undocumented

    Declaration

    Swift

    case belowTraces = "below traces"