User (Legacy) Posted February 15, 2002 Report Share Posted February 15, 2002 > -- > Kind regards, > Rolf_huijbrechts@yahoo.com > "Rolf" <rolf_huijbrechts@yahoo.com> wrote in message > news:D5#N3RntBHA.1412@webserver1.softwarefx.com... > > Hi, > > > > > > > > 1. I read something in the API refrence about Dragging. I wrote following > > small example but I could not see what this property does or is expected > to > > do. > > > > Example on dragging which seemed to gave no result; I was expecting to be > > able to drag the bars up/down: > > > > m_pChartFX->ClearData(CD_ALLDATA); > > > > m_pChartFX->PutAllowDrag(TRUE); > > > > m_pChartFX->PutTitle(CHART_TOPTIT, L"Group ZOCOR"); > > > > m_pChartFX->PutMarkerSize(5); > > > > m_pChartFX->PutGallery(CURVE); > > > > m_pChartFX->PutBorder(TRUE); > > > > m_pChartFX->PutAllowEdit(TRUE); > > > > m_pChartFX->PutMarkerShape(MK_CIRCLE); > > > > m_pChartFX->PutMarkerSize(5); > > > > m_pChartFX->PutMarkerStep(10); > > > > m_pChartFX->OpenDataEx( COD_VALUES, 1, COD_UNKNOWN); > > > > m_pChartFX->PutValueEx(0, 0, 240); > > > > m_pChartFX->PutValueEx(0, 1, 40); > > > > m_pChartFX->PutValueEx(0, 2, 90); > > > > m_pChartFX->PutValueEx(0, 3, 120); > > > > > > m_pChartFX->CloseData(COD_VALUES); > > > > > > -- > > Kind regards, > > Rolf_huijbrechts@yahoo.com > > > > > > Quote Link to comment Share on other sites More sharing options...
Software FX Posted February 28, 2002 Report Share Posted February 28, 2002 I have duplicated this behavior in the emulator. We will test this further and get back to you with a definitive answer to this question. Justin Trask Software FX Tech. Support "Rolf" <rolf_huijbrechts@yahoo.com> wrote in message news:$u1jjkntBHA.1412@webserver1.softwarefx.com... > > > > > -- > > Kind regards, > > Rolf_huijbrechts@yahoo.com > > "Rolf" <rolf_huijbrechts@yahoo.com> wrote in message > > news:D5#N3RntBHA.1412@webserver1.softwarefx.com... > > > Hi, > > > > > > > > > > > > 1. I read something in the API refrence about Dragging. I wrote > following > > > small example but I could not see what this property does or is expected > > to > > > do. > > > > > > Example on dragging which seemed to gave no result; I was expecting to > be > > > able to drag the bars up/down: > > > > > > m_pChartFX->ClearData(CD_ALLDATA); > > > > > > m_pChartFX->PutAllowDrag(TRUE); > > > > > > m_pChartFX->PutTitle(CHART_TOPTIT, L"Group ZOCOR"); > > > > > > m_pChartFX->PutMarkerSize(5); > > > > > > m_pChartFX->PutGallery(CURVE); > > > > > > m_pChartFX->PutBorder(TRUE); > > > > > > m_pChartFX->PutAllowEdit(TRUE); > > > > > > m_pChartFX->PutMarkerShape(MK_CIRCLE); > > > > > > m_pChartFX->PutMarkerSize(5); > > > > > > m_pChartFX->PutMarkerStep(10); > > > > > > m_pChartFX->OpenDataEx( COD_VALUES, 1, COD_UNKNOWN); > > > > > > m_pChartFX->PutValueEx(0, 0, 240); > > > > > > m_pChartFX->PutValueEx(0, 1, 40); > > > > > > m_pChartFX->PutValueEx(0, 2, 90); > > > > > > m_pChartFX->PutValueEx(0, 3, 120); > > > > > > > > > m_pChartFX->CloseData(COD_VALUES); > > > > > > > > > -- > > > Kind regards, > > > Rolf_huijbrechts@yahoo.com > > > > > > > > > > > > Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.