Searched defs:plot_type (Results 1 – 4 of 4) sorted by relevance
80 PlotType plot_type = 2; field
228 VisualizationType plot_type = 1; field
5249 void ImGui::PlotEx(ImGuiPlotType plot_type, const char* label, float (*values_getter)(void* data, i… in PlotEx()