C chart 標註折線上某點的X,Y值

2021-10-24 19:32:02 字數 1047 閱讀 5506

6個通道測量溫度,得到如圖1所示曲線。縱座標是溫度,橫座標是時間。

先是試了:

hittestresult mytestresult= chart1.

hittest

(e.x,e.y);if

(mytestresult.chartelementtype == chartelementtype.datapoint)

;數值: ", dp.xvalue, dp.yvalues[0]);*/

if(wdbz.checked)

{// mytestresult.series.points[i].tooltip="#val";

= 5;

mytestresult.series.points[i]

.markerstyle = markerstyle.diamond;

mytestresult.series.points[i]

.markercolor = color.red;

mytestresult.series.points[i]

.markerborderwidth =3;

mytestresult.series.points[i]

.markersize =10;

mytestresult.series.points[i]

.label =

"序號:"

+ convert.

tostring

(i)+

"\r\n"

+"溫度:"

+"#val"

; mytestresult.series.points[i]

.isvalueshownaslabel =

true

;

cad捕捉不到標註線上的點 cad快捷鍵

cad常用快捷命令 l 直線 c 圓 rec 矩形 o 便移 m 移動 co 複製 ro 旋轉 t 文字 tr 減切 pl 多段線 e 刪除 ma 匹配 u 返回 p 圖紙移動 z 縮放 mo 屬性 li 面積統計 s 拉公升 sc 比例縮放 x 扎開 cad常用快捷鍵 ait o c 顏色 以下省...

使用Java求某點到直線上的投影點

求直線外一點到直線上的投影點 param pline 線上一點 param k 斜率 param pout 線外一點 param pproject 投影點 public static void getprojectivepoint pointf pline,double k,pointf pout,...

C 求直線方程並求直線延長線上的某點的演算法

a1 a2 b1 b2 c1 c2 兩直線平行 a1 a2 b1 b2 c1 c2 兩直線重合 橫截距a c a 縱截距b c b 表示斜率為k,且過 x0,y0 的直線 表示與x軸 y軸相交,且x軸截距為a,y軸截距為b的直線 表示斜率為k且y軸截距為b的直線 表示過 x1,y1 和 x2,y2 ...