struct EE::UI::Charts::ChartPoint

#include <xydatasource.hpp>

struct ChartPoint {
    // fields

    double x { 0.0 };
    double y { 0.0 };
};