gpt4 book ai didi

wpf - “IndependentValue”成员无效,因为它在 chartinToolkit wpf 中没有合格的类型名称

转载 作者:行者123 更新时间:2023-12-04 21:58:52 28 4
gpt4 key购买 nike

我正在尝试查看图表中 ace 的值,但出现以下错误
“'IndependentValue' 成员无效,因为它在 chartinToolkit wpf 中没有合格的类型名称”

这是我的代码

    <Window x:Class="WpfToolkitChart.MainWindow"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
Title="MainWindow" Height="1031" Width="855" xmlns:chartingToolkit="clr-namespace:System.Windows.Controls.DataVisualization.Charting;assembly=System.Windows.Controls.DataVisualization.Toolkit" FlowDirection="RightToLeft">

<ScrollViewer HorizontalScrollBarVisibility="Auto" VerticalScrollBarVisibility="Auto" Margin="0,-28,0,28">
<Grid Height="500">

<chartingToolkit:Chart Name="lineChart" Title="Line Series Demo" VerticalAlignment="Top" Margin="33,6,6,0" Height="440" Foreground="DarkRed" FlowDirection="LeftToRight" FontFamily="CPalatineLinoType">
<chartingToolkit:LineSeries DependentValuePath="Value" IndependentValuePath="Key" ItemsSource="{Binding}" IsSelectionEnabled="True"/>

<ToolTipService.ToolTip>
<StackPanel Margin="2,2,2,2">
<ContentControl Content="{TemplateBinding IndependentValue}" FontSize="12"/>
<ContentControl Content="{TemplateBinding DependentValue}" FontSize="12"/>
</StackPanel>
</ToolTipService.ToolTip>
</chartingToolkit:Chart>
</Grid>
</ScrollViewer>

请任何人帮助我
谢谢 :)

最佳答案

以防万一有人在这里搜索错误消息,我之所以得到它只是因为我错误地使用了 x:Static而不是 StaticResource访问本地声明的资源。

希望这可以帮助某人在路上。

关于wpf - “IndependentValue”成员无效,因为它在 chartinToolkit wpf 中没有合格的类型名称,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/39120521/

28 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com