Skip to content

Commit

Permalink
Docs: updates charts/axis/crossing
Browse files Browse the repository at this point in the history
  • Loading branch information
mindline-analytics committed Nov 27, 2021
1 parent ef9be21 commit 59d6a3f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/usage/shapes/chart.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,9 @@ $shape->getPlotArea()->getAxisX()->setMaxBounds(200);

#### Crossing

For Axis, you can define where it should be crossed by the perpendicular/ horizontal axis trought `setCrossesAt`.
> **⚠ NOTICE: only available in 'PowerPoint2007' Writer.**
For Axis, `setCrossesAt` can be used to define where it should be crossed by the perpendicular/ horizontal axis.
The property can be defined by one of the three given constants or as an absolute value on the target axis.

``` php
Expand Down

0 comments on commit 59d6a3f

Please sign in to comment.