TAChart: Less hints and warnings

(cherry picked from commit 3f78502c54)
This commit is contained in:
wp_xyz 2021-08-05 11:01:29 +02:00
parent 5564480779
commit 59e495a8f4

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;