struct EE::UI::Charts::PointTooltipContext

#include <uichart.hpp>

struct PointTooltipContext {
    // fields

    size_t index { 0 };
    double x { 0.0 };
    double y { 0.0 };
};