struct EE::UI::Charts::IndexRange

#include <xydatasource.hpp>

struct IndexRange {
    // fields

    size_t begin { 0 };
    size_t end { 0 };
};