BarNormalization

public enum BarNormalization : String, Encodable

Sets the normalization for bar traces on the graph.

With fraction, the value of each bar is divided by the sum of all values at that location coordinate. percent is the same but multiplied by 100 to show percentages.

  • off

    Undocumented

    Declaration

    Swift

    case off = ""
  • Undocumented

    Declaration

    Swift

    case fraction
  • Undocumented

    Declaration

    Swift

    case percent