好日子所有Windows窗體主機+ System.Windows.Forms.DataVisualization.Chart
我有以下問題:
我想用圖表從由於它允許Windows窗體構建WPF工具包所提供的更多類型的圖形可視化。
因此,我將Windows窗體控件作爲子元素添加到WindowsFormsHost中。但是,當我運行應用程序時,我所有的客戶端都只能看到白色區域。儘管如此,任何其他Windows窗體控件在Windows窗體主機中都能很好地工作
Chart控件有什麼問題?
這裏是XAML代碼
<Window x:Class="WpfApplication1.Window1"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:wfi="clr-namespace:System.Windows.Forms.Integration;assembly=WindowsFormsIntegration"
xmlns:wf="clr-namespace:System.Windows.Forms;assembly=System.Windows.Forms"
xmlns:CHR="clr-namespace:System.Windows.Forms.DataVisualization.Charting;assembly=System.Windows.Forms.DataVisualization"
Title="Window1" Height="300" Width="300">
<Grid>
<wfi:WindowsFormsHost x:Name="mainFGrid" >
<CHR:Chart x:Name="mainChart" />
</wfi:WindowsFormsHost>
</Grid>
</Window>
親切的問候,
Anatoliy Sova
您是否認爲這與.NET Framework 3.5 SP1有關?請讓我知道,如果你找到任何解決方案! – Shaik 2010-06-04 13:21:31