SimpleBarChart.updateBar

Undocumented in source. Be warned that the author may not have intended to support it.
  1. void updateBar(size_t index, double y, uint color, string barTitle)
    class SimpleBarChart
    void
    updateBar
    (
    size_t index
    ,
    double y
    ,
    uint color
    ,
    string barTitle
    )
  2. void updateBar(size_t index, double y, uint color, dstring barTitle)
  3. void updateBar(size_t index, double y, uint color, UIString barTitle)
  4. void updateBar(size_t index, double y)

Meta