MCPcopy Create free account
hub / github.com/CieNTi/serial_port_plotter / setValueRange

Method setValueRange

qcustomplot/qcustomplot.cpp:25269–25272  ·  view source on GitHub ↗

! Sets the coordinate range the data shall be distributed over in the value dimension. Together with the key range, This defines the rectangular area covered by the color map in plot coordinates. The outer cells will be centered on the range boundaries given to this function. For example, if the value size (\ref setValueSize) is 3 and \a valueRange is set to QCPRange(2, 3) ther

Source from the content-addressed store, hash-verified

25267 \see setRange, setKeyRange, setSize
25268*/
25269void QCPColorMapData::setValueRange(const QCPRange &valueRange)
25270{
25271 mValueRange = valueRange;
25272}
25273
25274/*!
25275 Sets the data of the cell, which lies at the plot coordinates given by \a key and \a value, to \a

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected