Skip to content

Commit

Permalink
update breaking changes
Browse files Browse the repository at this point in the history
  • Loading branch information
didiyordanova committed Oct 25, 2024
1 parent 81d4e33 commit f511d03
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions upgrade/breaking-changes/7-0-0.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
* `Behaviors` property of the `RadCartesianChart`. Use the `ChartBehaviors` instead.
* `ChildPropertyChanged` event of the `RadCartesianChart`.

0 comments on commit f511d03

Please sign in to comment.