igPlotLines

Undocumented in source. Be warned that the author may not have intended to support it.
  1. void igPlotLines(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)
    void
    igPlotLines
    (
    const(char)* label
    ,
    const float* values
    ,,,
    const(char)* overlay_text
    ,
    float scale_min
    ,
    float scale_max
    ,,
    int stride
    )
  2. void igPlotLines(const(char)* label, igPlotLines_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)

Meta