|
OpenTTD Source 20251116-master-g21329071df
|
Contains the interval of a graph's data. More...
Data Fields | |
| OverflowSafeInt64 | highest |
| Highest value of this interval. Must be zero or greater. | |
| OverflowSafeInt64 | lowest |
| Lowest value of this interval. Must be zero or less. | |
Contains the interval of a graph's data.
Definition at line 161 of file graph_gui.cpp.
| OverflowSafeInt64 ValuesInterval::highest |
Highest value of this interval. Must be zero or greater.
Definition at line 162 of file graph_gui.cpp.
Referenced by BaseGraphWindow::DrawGraph(), BaseGraphWindow::GetValuesInterval(), and BaseGraphWindow::GetYLabelWidth().
| OverflowSafeInt64 ValuesInterval::lowest |
Lowest value of this interval. Must be zero or less.
Definition at line 163 of file graph_gui.cpp.
Referenced by BaseGraphWindow::DrawGraph(), BaseGraphWindow::GetValuesInterval(), and BaseGraphWindow::GetYLabelWidth().