struct EE::UI::Charts::DataRange

#include <xydatasource.hpp>

struct DataRange {
    // fields

    double min { 0.0 };
    double max { 0.0 };
};