We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef9be21 commit 59d6a3fCopy full SHA for 59d6a3f
docs/usage/shapes/chart.md
@@ -97,7 +97,9 @@ $shape->getPlotArea()->getAxisX()->setMaxBounds(200);
97
98
#### Crossing
99
100
-For Axis, you can define where it should be crossed by the perpendicular/ horizontal axis trought `setCrossesAt`.
+> **⚠ 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.
103
The property can be defined by one of the three given constants or as an absolute value on the target axis.
104
105
``` php
0 commit comments