Jump to content
Software FX Community

tiwari_cse

Members
  • Posts

    2
  • Joined

  • Last visited

tiwari_cse's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Hi guru's I am using a Chartfx Client Server 6.2 in my VC++ (MFC) application. I had created the MouseUp event handler for my Bar chart. OnMouseUpOperationChart(LPDISPATCH sender, LPDISPATCH args) In my OnMouseUpOperationChart handler I am using following code to get the point information the user has clicked.. C_MouseEventArgsX MouseEventArgsX ; MouseEventArgsX.AttachDispatch(args,true); long nBoard; nBoard = MouseEventArgsX.GetPoint(); MouseEventArgsX.DetachDispatch(); After adding this part of the code my application is crashing & it happens when i do some scrolling operation in my Bar chart .. moerover it happens only some times not every time I scrolls... Please suggest.... - shatrughan
  2. Hi guru's I am using Chart Fx Client Server 6.2. I want to show the Bar chart which should be Sorted depending on the X Axis & Y Axis... Please help ... its urgent.. Regards, Shatrughan
×
×
  • Create New...