TAChart: Less hints and warnings

This commit is contained in:
wp_xyz 2021-08-05 11:01:29 +02:00
parent 7c644ae7b3
commit 3f78502c54

View File

@ -235,6 +235,7 @@ begin
p1 := FChart.GraphToImage(PointStart.GraphPos);
p2 := FChart.GraphToImage(PointEnd.GraphPos);
case MeasureMode of
cdmXY: ;
cdmOnlyX: p2.Y := p1.Y;
cdmOnlyY: p2.X := p1.X;
end;