0
私は、チャートコントロールの拡張を作成している、と私はプロパティを次のように宣言している:今コレクションにバインドできるプロパティを持つUserControlを作成するにはどうすればよいですか?
public ObservableCollection<DataPoint> ItemsSource { get; set; }
、私は
<chart:DataChart ItemsSource="{Bind MySource}"/>
を結合して、それを使用しようとすると、私は取得しています:
error MC3074: The tag 'Bind' does not exist in XML namespace 'http://schemas.microsoft.com/winfx/2006/xaml/presentation'
これを機能させるにはどうすればよいですか?