This repository was archived by the owner on Dec 2, 2020. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -195,7 +195,7 @@ IB_DESIGNABLE @interface BEMSimpleLineGraphView : UIView <UIGestureRecognizerDel
195195
196196
197197/* * Draws a translucent frame between the graph and any enabled axis, when set to YES. Default value is NO.
198- @see enableReferenceXAxisLines or enableReferenceYAxisLines must be set to YES for this property to have any affect . */
198+ @see enableReferenceXAxisLines or enableReferenceYAxisLines must be set to YES for this property to have any effect . */
199199@property (nonatomic ) BOOL enableReferenceAxisFrame;
200200
201201
@@ -459,7 +459,7 @@ IB_DESIGNABLE @interface BEMSimpleLineGraphView : UIView <UIGestureRecognizerDel
459459
460460
461461/* * Optional method to always display some of the pop up labels on the graph.
462- @see alwaysDisplayPopUpLabels must be set to YES for this method to have any affect .
462+ @see alwaysDisplayPopUpLabels must be set to YES for this method to have any effect .
463463 @param graph The graph object requesting the total number of points.
464464 @param index The index from left to right of the points on the graph. The first value for the index is 0.
465465 @return Return YES if you want the popup label to be displayed for this index. */
You can’t perform that action at this time.
0 commit comments