diff --git a/upgrade/breaking-changes/7-0-0.md b/upgrade/breaking-changes/7-0-0.md index a5d454f9..9b92db8f 100644 --- a/upgrade/breaking-changes/7-0-0.md +++ b/upgrade/breaking-changes/7-0-0.md @@ -20,12 +20,12 @@ The changes described in the Common Changes section apply to multiple components * DataGrid * The following API is removed due to the obsolete tag: - * `RadResourceDictionary` class + * `RadResourceDictionary` class. Use `ResourceDictionary` instead. * `TelerikForms` class ## Chart The following properties are removed due to the obsolete tag: -* `Behaviors` property of the `RadCartesianChart` -* `ChildPropertyChanged` event of the `RadCartesianChart` \ No newline at end of file +* `Behaviors` property of the `RadCartesianChart`. Use the `ChartBehaviors` instead. +* `ChildPropertyChanged` event of the `RadCartesianChart`. \ No newline at end of file