File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -87,14 +87,14 @@ These are the horizontal lines drawn on a graph. These lines are configured via
8787Androidplot provides these step modes:
8888
8989### Subdivide
90- When using ` BoundaryMode .SUBDIVIDE` , the graph is subdivided into the specified number of sections.
90+ When using ` StepMode .SUBDIVIDE` , the graph is subdivided into the specified number of sections.
9191
9292### IncrementByValue
93- ` BoundaryMode .INCREMENT_BY_VALUE` instructs Androidplot draw grid lines at the specified interval. This
93+ ` StepMode .INCREMENT_BY_VALUE` instructs Androidplot draw grid lines at the specified interval. This
9494is the most commonly used modes as is produces an easy to read result.
9595
9696### IncrementByPixels
97- ` BoundaryMode .INCREMENT_BY_PIXELS` behaves identically to ` BoundaryMode .INCREMENT_BY_VALUE` except that
97+ ` StepMode .INCREMENT_BY_PIXELS` behaves identically to ` StepMode .INCREMENT_BY_VALUE` except that
9898the increment quantity is expressed in pixels.
9999
100100## Domain & Range Labels
You can’t perform that action at this time.
0 commit comments