FreeBSD Manual Pages
EZ_SetHistogramRange(3) EZWGL Functions EZ_SetHistogramRange(3) NAME EZ_SetHistogramRange - set the range of a histogram. SYNOPSIS #include <EZ.h> void EZ_SetHistogramRange( EZ_Widget *histogram, float from, float to); ARGUMENTS histogram Specifies a histogram widget. from, to Specifies a range. DESCRIPTION EZ_SetHistogramRange sets the range of a histogram widget. The values displayed by the histogram will be cliped by the specified range. SEE ALSO EZ_SetHistogramValues(3) EZWGL EZ_SetHistogramRange(3)
NAME | SYNOPSIS | ARGUMENTS | DESCRIPTION | SEE ALSO
Want to link to this manual page? Use this URL:
<https://www.freebsd.org/cgi/man.cgi?query=EZ_SetHistogramRange&sektion=3&manpath=FreeBSD+12.0-RELEASE+and+Ports>