03-03-2025, 08:04 AM
(02-09-2025, 09:42 AM)Thomas Wrote: Does anyone use TIWChart component?
With Delphi12 and IW 16.0.2 installed one chart can be created.
But the following is not working:
VAR SecondSeries: TChartSeries;
...
SecondSeries := IWChartJS1.AddSeries(ctBar, 'test);
>> Errormessage:
E2010 Incompatible types: 'VCLTee.TeEngine.TChartSeries' and 'IWChartJS.TChartSeries'
Does anyone have an idea how to solve the problem?
Thank you very much.
Remove any TeeChart (the VCL Chart library) unit from your IntraWeb form.
If you are using IWChartJS, you don't need TeeChart.

