I'm not sure about this error.
[BCC32 Error] GenericPlot.cpp(179): E2285 Could not find a match for 'TChartSeries::AddArray(TArrayGrid)'
I would like a hint or two in resolving this error.
In the header, I use #include <VCLTee.TeeSurfa.hpp>
Thanks.
Ken
Error finding TChartSeries::AddArray(TArrayGrid)
Re: Error finding TChartSeries::AddArray(TArrayGrid)
Hi Ken,
The AddArray function that accepts a TArrayGrid is a TCustom3DSeries function:
So it should work with any series inheriting from TCustom3DSeries: TPoint3DSeries, TErrorPoint3DSeries, TBubble3DSeries, TSurfaceSeries, TWaterFallSeries, TIsoSurfaceSeries, TContourSeries, TColorGridSeries, TTowerSeries and TVector3DSeries.
The AddArray function that accepts a TArrayGrid is a TCustom3DSeries function:
Code: Select all
Procedure TCustom3DSeries.AddArray(Const Values:TArrayGrid);
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |