Skip to content
This repository has been archived by the owner on Dec 2, 2020. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Boris-Em committed May 5, 2014
1 parent 97df8e4 commit a48640f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,13 +134,13 @@ BEMSimpleLineGraph can react to the user touching the graph by two different way
<p align="center"><img src="http://s21.postimg.org/3lkbvgp53/GIF_Touch_Report.gif"/></p>
<p align="center"> On this example, both Popup Reporting and Touch Reporting are activated. </p>

#### Popup Reporting
**Popup Reporting**
When the user touches and drags his finger along the graph, a popup label will appear on top of the closest dot from the user's finger. The label will display the value of the point.
To enable Popup Reporting, simply set the BOOL property `enablePopUpReport` to YES.

self.myGraph.enablePopUpReport = YES;

#### Touch Reporting
**Touch Reporting**
When the user touches and drags his finger along the graph, it's possible to retrive the value of the closest point.
To do so, first toggle the `enableTouchReport` property:

Expand Down

0 comments on commit a48640f

Please sign in to comment.