-
Notifications
You must be signed in to change notification settings - Fork 0
Bézier Curves
Mikho Juice edited this page Jun 2, 2017
·
1 revision
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;