Now if I clear the contour map (Active := false; Clear;), subsequent mouse moves will attempt to show marks for the empty and inactive contour map. In effect, the following code in TeEngine fails:
Code: Select all
Function TChartSeries.GetMarkValue(ValueIndex:Integer):Double;
begin
result:=MandatoryValueList.Value[ValueIndex];
end;
I need to load and clear the contour map series from time to time, but after the first clearing and deactivating, the above code causes access violation.[/code]