Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
例如,我有一个QChart与QLineSeries一些点。图表绘制了这些点之间的线,但是我如何在没有点的地方访问值Y,X即如果我有例如点(0,0),(10,10)我如何Y从图表中获取值X=5(Y 也必须是 5)?
QChart
QLineSeries
Y
X
(0,0)
(10,10)
X=5
更新:
我想那个情节代表数学函数,即一个X正好有一个Y。