我已经将这个库安装到我的项目中,我不知道,但是我无法在我的XAML中创建这个...我写了
<d3:
看起来我没有安装此库..有蓝色下划线和错误:
Error 2 The type 'd3:Chart' was not found. Verify that you are not missing an assembly reference and that all referenced assemblies have been built. D:\C# Visual Studio\GeneratorWPF\GeneratorWPF\MainWindow.xaml 13 10 GeneratorWPF
@Edit 它是我的XAML
<Window x:Class="GeneratorWPF.MainWindow"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:d3="clr-namespace:DynamicDataDisplay.Markers;assembly=DynamicDataDisplay.Markers"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
Title="Generator" Height="350" Width="525" Loaded="Window_Loaded">
我添加了命名空间(我认为),但没有工作图表
答案 0 :(得分:0)
没有&#34; Chart&#34;您提到的库(https://www.nuget.org/packages/DynamicDataDisplayWpf/)的最新版本中的DynamicDataDisplay.Markers命名空间下的类。
但是还有其他* Chart类,包括该命名空间中的BarChart和PieChart。也许你应该选择那个?
答案 1 :(得分:0)
三件事之一是错误的