Steps to reproduce:
- Run the internal project
Expected results:
The page loads successfully and the chart is rendered.
Current results:
The page fails to load and memory consumption continuously increases until an OutOfMemoryException occurs.
Additional information:
The issue does not occur in v24.2.3.
Workaronds:
You can use one of the following workarounds:
- Revert to v24.2.3.
- Bind chart to
IEnumerable
instead ofList
. - Override the Equals method for data objects in the bound collection.