チャートコントロールの拡張機能を作成し、次のプロパティを宣言しました。
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'
これを機能させるには何を変更する必要がありますか?