Boris-Em / BEMSimpleLineGraph

Elegant Line Graphs for iOS. (Charting library)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Selecting a point when all data loads

ganjmeng opened this issue · comments

commented

how to selected a point when the date load?

I want to selected the last point in the line when the data load
image

If I understand your question correctly, this appears to be a duplicate of Issue #258. It is currently not possible to programmatically select a point on the graph. However, BEMSimpleLineGraph can make calls to your delegate object when the graph finishes loading (lineGraphDidFinishLoading:) and when it finishes drawing (lineGraphDidFinishDrawing:).