enum ImGuiPlotType

#include <imgui_internal.h>

enum ImGuiPlotType
{
    ImGuiPlotType_Lines,
    ImGuiPlotType_Histogram,
};