From b153b5e3eff887019aa42d58fe3414bc8e86818d Mon Sep 17 00:00:00 2001 From: lnjuanj Date: Thu, 9 Jul 2020 10:56:59 +0200 Subject: [PATCH] Corrected link destination Link did not include "latest" in the route so it does not currently work --> added latest to the route --- views/tracker.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views/tracker.rst b/views/tracker.rst index cdb587a..45b6dfa 100644 --- a/views/tracker.rst +++ b/views/tracker.rst @@ -17,7 +17,7 @@ The arguments are specific to each class. || Class || ~{0} || ~{1} || Examples | | LineSeries | X | Y | `"{0:0.00} {1:0.00}"` | -If you need to include extra information in the tracker beyond the standard parameters (e.g. series name, x and y values), you can use the ``Series.ItemSource`` property to populate the data points (see e.g. `LineSeries <../../models/series/LineSeries.html>`_ for more details). +If you need to include extra information in the tracker beyond the standard parameters (e.g. series name, x and y values), you can use the ``Series.ItemSource`` property to populate the data points (see e.g. `LineSeries <../../latest/models/series/LineSeries.html>`_ for more details). The format string can also contain formatting codes for properties in the ``ItemSource`` list item that defines the data point closest to the tracker hit. Use the property name inside the curly braces: `{MyProperty:0.00}`.