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

Bézier Curves

Boris-Em edited this page Jun 30, 2014 · 4 revisions

BEMSimpleLineGraph can be drawn with curved lines instead of directly connecting the dots with straight lines.
To do so, set the property enableBezierCurve to YES.

self.myGraph.enableBezierCurve = YES;