バージョン

EnableCrossHair プロパティ

ランタイムにコントロールの上をマウスが通過するときに、十字カーソルを表示します。
シンタックス
'宣言
 
Public Property EnableCrossHair As Boolean
public bool EnableCrossHair {get; set;}
解説
十字線のカーソルはチャートに精度を改善します。特定のデータ ポイントをクリックする場合などに便利です。
使用例
'determines whether or not the mosue pointer is a crosshair
UltraChart1.EnableCrossHair = True
//determines whether or not the mosue pointer is a crosshair
UltraChart1.EnableCrossHair = true;
参照