You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Spacing consistency with rest of project
topline fix
Move UIButton+switch and UITextField+Numbers from Master to separate files
Title of Master "Options"
Add Graph button if collapsed
@param displayMinXValue The smallest datapoint that will be included in the chart (either index or value, depending on whether locationForPointAtIndex is implemented).
640
640
@param displayMaxXValue The largest datapoint that will be included in the chart.
641
641
@return YES if pan/zoom is ok; No if pan/zoom is prevented. */
/** Increment value to apply to the base Y-Axis label. MUST ALSO IMPLEMENT baseValueForYAxisOnLineGraph FOR THIS TO TAKE EFFECT
675
+
/** Increment value to apply to the base Y-Axis label.
676
+
MUST ALSO IMPLEMENT baseValueForYAxisOnLineGraph FOR THIS TO TAKE EFFECT
675
677
@discussion This value tells the graph the interval to be applied to the base Y-Axis value. This allows you to increment the Y-Axis via user-friendly values rather than values
676
-
like 37.17. This let's you enforce that your Y-Axis have values rounded to whatever granularity best fits your data.
678
+
like 37.17. This lets you enforce that your Y-Axis have values rounded to whatever granularity best fits your data.
677
679
@param graph The graph object which is requesting the number of gaps between the labels.
678
680
@return The increment value to add to the value returned from `baseValueForYAxisOnLineGraph` for future Y-Axis labels */
0 commit comments