Steps to reproduce (Windows 7/64 bit, Lazarus 32 bit trunk, FPC 2.6.0):
- Open a new project
- Add a TChart and a TListChartSource
- Add a TColorMapSeries to the chart
- Assign the ListChartSource to the ColorSource property of the series
--> crash
There is a workaround to assign the ColorSource at runtime.