Lines Matching refs:max_value
282 w->strip_chart.max_value = 0.0;
340 * Keep w->strip_chart.max_value up to date, and if this data
343 if (value > w->strip_chart.max_value) {
344 w->strip_chart.max_value = value;
346 w->strip_chart.max_value > w->strip_chart.scale) {
382 * changed, then w->strip_chart.max_value is updated to reflect the
394 if (w->strip_chart.interval != 0 || scale <= w->strip_chart.max_value)
395 scale = (int)(w->strip_chart.max_value + 1);
486 * w->strip_chart.max_value
488 old_max = w->strip_chart.max_value;
489 w->strip_chart.max_value = 0.0;
491 if (w->strip_chart.valuedata[i] > w->strip_chart.max_value)
492 w->strip_chart.max_value = w->strip_chart.valuedata[i];
498 if (old_max != w->strip_chart.max_value) {
539 if (w->strip_chart.min_scale > w->strip_chart.max_value + 1)