void UI::Plot::SetupAxisLimits(Axis axis, double v_min, double v_max, Cond cond = UI::Plot::Cond::Once)
Sets an axis range limits. Inversion with v_min
> v_max
is not supported.
UI::Plot::Axis
axis
double
v_min
double
v_max
UI::Plot::Cond
cond
If UI::Plot::Cond::Always
is used, the axes limits will be locked.