Главная страница
Top.Mail.Ru    Яндекс.Метрика
Текущий архив: 2009.05.24;
Скачать: CL | DM;

Вниз

Нажатие мышью в TChart   Найти похожие ветки 

 
Summer   (2009-04-06 15:46) [0]

У меня есть таблица StringGrid. В ней содержатся значения x и y. По ним я строю в TChart 2D график с помощью Series1.AddXY.
Как при нажатии на одну из точек графика определить, по каким значениям таблицы она построена?
Точки у меня - кружки диаметром 4 пикселя, и нужно чтобы значение определялось при нажатии не только точно в центр этих кружков, но и в любую их часть.


 
Сергей М. ©   (2009-04-06 15:49) [1]

Declaration
property OnClickSeries : TChartClickSeries;
Description
An OnClickSeries event occurs whenever the user clicks onto any Chart Series point. The Sender parameter specifies the Chart component that originated the event. The Series parameter is the corresponding clicked Series component, and the ValueIndex parameter refers to the exact clicked point in the Series. Series have also an OnClick event that can be used individually to catch clicked points. The Button, Shift, X and Y parameters determine the mouse button and mouse cursor coordinates at the time the Series point was clicked.

WARNING:
Use the CancelMouse property to control how the mouse button behaves with dual modes (scroll or zoom after a ClickOnSeries event)


 
Summer   (2009-04-06 15:58) [2]

Спасибо :)



Страницы: 1 вся ветка

Текущий архив: 2009.05.24;
Скачать: CL | DM;

Наверх




Память: 0.47 MB
Время: 0.01 c
15-1237533790
oldman
2009-03-20 10:23
2009.05.24
Пропадает визуализация данных в dbgrid


2-1239177864
JB2
2009-04-08 12:04
2009.05.24
Строку в список


15-1237738703
Тимохов
2009-03-22 19:18
2009.05.24
Пролейте свет, знатоки, PHP5 + MySQL+Apache.


2-1239612264
Kolan
2009-04-13 12:44
2009.05.24
Почему вызывается деструктор фрейма созданного *.Create(nil)?


2-1239017249
Ulugbek
2009-04-06 15:27
2009.05.24
как вставить CheckBox в Dbgrid ?