OpenTTD Source 20250905-master-g122023be8d
BaseGraphWindow::GraphScale Struct Reference

Data Fields

StringID label = STR_NULL
 
uint8_t month_increment = 0
 
int16_t x_values_increment = 0
 
const HistoryRangehistory_range = nullptr
 

Detailed Description

Definition at line 191 of file graph_gui.cpp.

Field Documentation

◆ history_range

const HistoryRange* BaseGraphWindow::GraphScale::history_range = nullptr

Definition at line 195 of file graph_gui.cpp.

◆ label

StringID BaseGraphWindow::GraphScale::label = STR_NULL

Definition at line 192 of file graph_gui.cpp.

◆ month_increment

uint8_t BaseGraphWindow::GraphScale::month_increment = 0

Definition at line 193 of file graph_gui.cpp.

◆ x_values_increment

int16_t BaseGraphWindow::GraphScale::x_values_increment = 0

Definition at line 194 of file graph_gui.cpp.


The documentation for this struct was generated from the following file: