We are using the ChartFx version 6.2.1342 for .NET windows. We are facing problem with ChartFx runtime licensing. The problem here is that license is bound with a strong name key file. We have to sign our Project with the snk file to make it work. I see the following comment written in the Assembly info file of the project.
This assembly MUST be signed with the xxx.snk key!!!
' Chart FX (third-party graph control) relies on the
' PublicKeyToken for it's runtime licensing.
' Failure to sign with the xxx.snk will result in
' Runtime licensing issues with the graphing feature.
' Providi