WaterfallMode

public enum WaterfallMode : String, Encodable

Determines how bars at the same location coordinate are displayed on the graph.

With group, the bars are plotted next to one another centered around the shared location. With overlay, the bars are plotted over one another, you might need to an opacity to see multiple bars.

  • Undocumented

    Declaration

    Swift

    case group
  • Undocumented

    Declaration

    Swift

    case overlay