DataPoint renamed to DataFlow

This commit is contained in:
Michael Schimmel
2025-07-25 08:58:05 +02:00
parent b217be6f01
commit e20e359919
13 changed files with 12 additions and 89 deletions
+2 -2
View File
@@ -16,9 +16,9 @@ uses
FMX.Graphics,
FMX.Forms,
Myc.Trade.Types,
Myc.Trade.DataPoint,
Myc.Signals,
Myc.Mutable;
Myc.Mutable,
Myc.DataFlow;
type
TMycChart = class(TStyledControl)