首页 > 慧问 > 频道

TeeChart WPF——FillRegion没有实现。[TeeChart for .NET]

发表于2019-05-10 回复:0 查看:2494  |  
我正在使用WPF TeeChart,我现在想要使用FillRegion,并获取 NotImplementedException,有什么方法可以实现?
1个回答
  • 1970-01-01 08:00
    兼容性可通过以下两种方式解决: I.在配置中写入bindingRedirects。示例: <pre class='brush: csharp'><?xml version="1.0" encoding="utf-8" ?> <configuration> <runtime> <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1"> <dependentAssembly> <assemblyIdentity name="Stimulsoft.Report" publicKeyToken="EBE6666CBA19647A" culture="neutral" /> <bindingRedirect oldVersion="1.30.0.0" newVersion="1.31.0.0/> </dependentAssembly> <dependentAssembly> <assemblyIdentity name="Stimulsoft.Report.Export.HtmlExport" publicKeyToken="EBE6666CBA19647A" culture="neutral" /> <bindingRedirect oldVersion="1.30.0.0" newVersion="1.31.0.0"/> </dependentAssembly> [... and etc. for each new assembly ...] </assemblyBinding> </runtime> </configuration></pre> II.为每一个旧版本创建一个policy发布文件。示例: <pre class='brush: csharp'>policy.1.23.Stimulsoft.Base.dll policy.1.30.Stimulsoft.Base.dll policy.1.23.Stimulsoft.Report.dll policy.1.30.Stimulsoft.Report.dll</pre> 点击了解更多[Stimulsoft报表相关问题](http://www.evget.com/article/2015/12/14/23208.html)
    1
    回复 举报
回复

登录 慧都网发表评论

扫码咨询


添加微信 立即咨询

电话咨询

客服热线
023-68661681

TOP