struct EE::UI::Charts::ReducedPoint

#include <chartreduction.hpp>

struct ReducedPoint {
    // fields

    double x { 0.0 };
    double y { 0.0 };
    size_t sourceIndex { 0 };
    bool gap { false };
};