namespace XCharts.Runtime { /// /// 属性变更接口 /// public interface IPropertyChanged { void OnChanged(); } }