Jump to content
Software FX Community

Re: ChartFX: Allow drag property


User (Legacy)

Recommended Posts

> --

> 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

> >

> >

>

>

Link to comment
Share on other sites

  • 2 weeks later...

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

> > >

> > >

> >

> >

>

>

Link to comment
Share on other sites

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.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...