private void OnChartCommentListRemove(ChartComment entity) { SendPropertyChanging(null); entity.SmartChart = null; SendPropertyChanged(null); }
private void OnChartCommentListAdd(ChartComment entity) { SendPropertyChanging(null); entity.SmartChart = this; SendPropertyChanged(null); }