Direction

public enum Direction : String, Encodable

Only applies if cumulative is enabled.

If increasing (default) we sum all prior bins, so the result increases from left to right. If decreasing we sum later bins so the result decreases from left to right.

  • Undocumented

    Declaration

    Swift

    case increasing
  • Undocumented

    Declaration

    Swift

    case decreasing