From 13f0f91a3ed80695a2ba4b70eca66deba53689e2 Mon Sep 17 00:00:00 2001 From: Derek Melchin <38889814+DerekMelchin@users.noreply.github.com> Date: Mon, 2 Oct 2023 08:19:25 -0600 Subject: [PATCH] Update 05 Plot Series.php --- 03 Writing Algorithms/36 Charting/05 Plot Series.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/03 Writing Algorithms/36 Charting/05 Plot Series.php b/03 Writing Algorithms/36 Charting/05 Plot Series.php index 86b745ae37..738951ec27 100644 --- a/03 Writing Algorithms/36 Charting/05 Plot Series.php +++ b/03 Writing Algorithms/36 Charting/05 Plot Series.php @@ -5,7 +5,7 @@
self.Plot("<chartName>", "<seriesName>", value)-
The value
argument can be an integer for decimal number. If the chart is a time series, the value is added to the chart using the algorithm time as the x-coordinate.
The value
argument can be an integer or decimal number. If the chart is a time series, the value is added to the chart using the algorithm time as the x-coordinate.