Teechart 2010 trial version vs. licensed version issues
Posted: Mon Mar 28, 2011 4:39 pm
Hi,
up until last week we used your evaluation ActiveX 2010, we got the new licnese and we are getting strange behaviors.
attached 2 images:
1. with the trial version - look OK (trial_version.png)
2. with the licensed version - with the problems.(licensed_version.png)
1. can you please let us know what caused this problem? (the code that generates the chart is also attached - chart_style.png)
the problem seems to be with teechart colors (this is not related to our previous problem)
2. we used this to map .net colors to uint colors, is that OK? (works fine with the trial version)
private uint ColorToUint(Color c)
{
return (UInt32)(System.Drawing.ColorTranslator.ToWin32(c));
}
10x
Ron
up until last week we used your evaluation ActiveX 2010, we got the new licnese and we are getting strange behaviors.
attached 2 images:
1. with the trial version - look OK (trial_version.png)
2. with the licensed version - with the problems.(licensed_version.png)
1. can you please let us know what caused this problem? (the code that generates the chart is also attached - chart_style.png)
the problem seems to be with teechart colors (this is not related to our previous problem)
2. we used this to map .net colors to uint colors, is that OK? (works fine with the trial version)
private uint ColorToUint(Color c)
{
return (UInt32)(System.Drawing.ColorTranslator.ToWin32(c));
}
10x
Ron