MCPcopy Create free account
hub / github.com/collin80/SavvyCAN / setGraphKey

Method setGraphKey

qcustomplot.cpp:29766–29769  ·  view source on GitHub ↗

! Sets the key of the graph's data point the tracer will be positioned at. This is the only free coordinate of a tracer when attached to a graph. Depending on \ref setInterpolating, the tracer will be either positioned on the data point closest to \a key, or will stay exactly at \a key and interpolate the value linearly. \see setGraph, setInterpolating */

Source from the content-addressed store, hash-verified

29764 \see setGraph, setInterpolating
29765*/
29766void QCPItemTracer::setGraphKey(double key)
29767{
29768 mGraphKey = key;
29769}
29770
29771/*!
29772 Sets whether the value of the graph's data points shall be interpolated, when positioning the

Callers 1

plottableDoubleClickMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected