void UI::Plot::SetupAxes(const string&in x_label, const string&in y_label, int x_flags = UI::Plot::AxisFlags::None, int y_flags = UI::Plot::AxisFlags::None)
Sets the label and/or flags for primary X and Y axes (shorthand for two calls to SetupAxis
).