From de732f71ac490cee8f1fd65fd4688548a1ac3306 Mon Sep 17 00:00:00 2001 From: Johanna Laitila Date: Wed, 13 Mar 2019 13:39:51 +0200 Subject: [PATCH] Updated example name --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f0a65d1..230d5ee 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Simple 3D Chart with Mouse Point Tracking and Annotations +# 3D Chart with Mouse Point Tracking and Annotations This tutorial explains how to present points and lines in 3D charts using *PointLineSeries3D*, how to create multiple point series and track point values with the mouse. The tracked values are displayed using annotations, which allow displaying labels or graphics anywhere in the chart area.