struct ImPlotTag

Overview

#include <implot_internal.h>

struct ImPlotTag
{
    // fields

    ImAxis Axis;
    double Value;
    ImU32 ColorBg;
    ImU32 ColorFg;
    int TextOffset;
};