Series Picking |
Post Reply |
Author | |
lrenoux
Groupie Joined: 20 April 2009 Status: Offline Points: 62 |
Post Options
Thanks(0)
Posted: 04 July 2011 at 9:22am |
Hello, Thx in advance. L. |
|
lrenoux
Groupie Joined: 20 April 2009 Status: Offline Points: 62 |
Post Options
Thanks(0)
|
class ITChartControl : public CXTPChartControl typedef struct
BEGIN_MESSAGE_MAP(ITChartControl, CXTPChartControl) BOOL ITChartControl::OnMouseWheel(UINT nFlags, short zDelta, CPoint pt) void ITChartControl::OnLButtonDblClk(UINT nFlags, CPoint point) NMHDRCHARTCONTROL notify; GetOwner()->SendMessage(WM_NOTIFY, (WPARAM)notify.hdr.idFrom, (LPARAM)¬ify); void ITChartControl::OnRButtonUp(UINT nFlags, CPoint point) NMHDRCHARTCONTROL notify; GetOwner()->SendMessage(WM_NOTIFY, (WPARAM)notify.hdr.idFrom, (LPARAM)¬ify);
if (pnmhdr && pnmhdr->code == NM_DBLCLK) CXTPChartElement* hit = m_wndChartControl.HitTest(pnmhdrEx->point); if (hit) return CXTPResizeFormView::OnNotify(wParam, lParam, pResult); Thx for poor documentation, poor sample and no answer. L.
|
|
Post Reply | |
Tweet
|
Forum Jump | Forum Permissions You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |