Skip to content

Commit c960518

Browse files
authored
should be StepMode not BoundryMode
1 parent a4d350a commit c960518

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/xyplot.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -87,14 +87,14 @@ These are the horizontal lines drawn on a graph. These lines are configured via
8787
Androidplot 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
9494
is 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
9898
the increment quantity is expressed in pixels.
9999

100100
## Domain & Range Labels

0 commit comments

Comments
 (0)