struct ImPlotItem

Overview

#include <implot_internal.h>

struct ImPlotItem
{
    // fields

    ImGuiID ID;
    ImU32 Color;
    ImPlotMarker Marker;
    ImRect LegendHoverRect;
    int NameOffset;
    bool Show;
    bool LegendHovered;
    bool SeenThisFrame;
};