BranchValues

public enum BranchValues : String, Encodable

Determines how the items in values are summed.

When set to total, items in values are taken to be value of all its descendants. When set to remainder, items in values corresponding to the root and the branches sectors are taken to be the extra part not part of the sum of the values at their leaves.

  • Undocumented

    Declaration

    Swift

    case remainder
  • Undocumented

    Declaration

    Swift

    case total