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
FXCount := FXCountMin;
if FYCount < FYCountMin then
FYCount := FYCountMin;
SetYCount(FYCountMin);
end;
procedure TBuiltinListChartSource.CopyFrom(ASource: TCustomChartSource);