#include <QHistogram.hpp>
Public Slots | |
| void | setDataSize (int dataSize) |
| number of element to plot; | |
| void | draw () |
| should called when autoShift()==false, after finishing the graph update; | |
Public Member Functions | |
| bool | autoShift () const |
| histogram is shifted after each added value | |
| int | average () const |
| number of value/2+1 used to calcultate average. | |
| int QHistogram::average | ( | ) | const |
number of value/2+1 used to calcultate average.
0 for no average drawing.
1.5.1