Source position: msechart.pas line 71
type datapointty = record
first: Integer;
min: Integer;
max: Integer;
last: Integer;
used: Boolean;
end;