void UI::Plot::SetupAxesLimits(double x_min, double x_max, double y_min, double y_max, Cond cond = UI::Plot::Cond::Once)
Sets the primary X and Y axes range limits. Shorthand for two calls to SetupAxisLimits
.
double
x_min
double
x_max
double
y_min
double
y_max
UI::Plot::Cond
cond
If UI::Plot::Cond::Always
is used, the axes limits will be locked.