! 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
| 25267 | \see setRange, setKeyRange, setSize |
| 25268 | */ |
| 25269 | void 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 |
nothing calls this directly
no outgoing calls
no test coverage detected