igPlotHistogram

Undocumented in source. Be warned that the author may not have intended to support it.
  1. void igPlotHistogram(const(char)* label, float* values, int values_count, int values_offset, const(char)* overlay_text, float scale_min, float scale_max, ImVec2 graph_size, int stride)
  2. void igPlotHistogram(const(char)* label, igPlotHistogram_values_getter values_getter, void* data, int values_count, int values_offset, const(char)* overlay_text, float scale_min, float scale_max, ImVec2 graph_size)
    void
    igPlotHistogram

Meta