Skip to content

Commit 59d6a3f

Browse files
Docs: updates charts/axis/crossing
1 parent ef9be21 commit 59d6a3f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/usage/shapes/chart.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,9 @@ $shape->getPlotArea()->getAxisX()->setMaxBounds(200);
9797

9898
#### Crossing
9999

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

103105
``` php

0 commit comments

Comments
 (0)