TAChart: Set length of FYRange and FYRangeValid in TBuiltinListChartSource constructor.

This commit is contained in:
wp_xyz 2023-12-08 00:33:35 +01:00
parent e3d2e3d9de
commit a4553697f4

View File

@ -979,7 +979,7 @@ begin
if FXCount < FXCountMin then if FXCount < FXCountMin then
FXCount := FXCountMin; FXCount := FXCountMin;
if FYCount < FYCountMin then if FYCount < FYCountMin then
FYCount := FYCountMin; SetYCount(FYCountMin);
end; end;
procedure TBuiltinListChartSource.CopyFrom(ASource: TCustomChartSource); procedure TBuiltinListChartSource.CopyFrom(ASource: TCustomChartSource);