Jump to content
Software FX Community

migrating from 6.2 to 8.0


Guest TD

Recommended Posts

Hi,

 
We have old code that uses ChartFx 6.2. We are migrating to 8.0 but the APIs are so different and we have lots of troubles with migrating the code. Is there any documents that offer instructional notes for migrating from 6.2 to 8.0?
 
At the moment, we are trying to figure out how to migrate the following code from 6.2 to 8.0:
 SoftwareFX.ChartFX.Stripe stripe = m_fxChart.Stripes;
                Axis2D axis = m_plot.AxisSystem.AxisList[m_plot.ZoneList.AxisIndex];
                stripe.Axis = GetAxisItem(m_plot.ZoneList.AxisIndex);
 
Thanks,
TD.
Link to comment
Share on other sites

  • 3 months later...

I sympathize with you, I'm migrating from ChartFX 5.1 to 8.0. It's a completely different world.  I'm trying to get a grip on things like:

 

  .OpenDataEx COD_VALUES, nSeries, COD_UNCHANGE   .CloseData COD_VALUES 

I would very much appreciate some transition documentation, I find the current 8.0 web-based documentation less transparent than the plain 5.1 CHM document, which shows the structure of classes and members in a more pleasant way.

 

So I support your request for a transition document.

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...