summaryrefslogtreecommitdiffstats
path: root/src/structs/step.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/structs/step.php')
-rw-r--r--src/structs/step.php7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/structs/step.php b/src/structs/step.php
index 8cfd73f..50bc6d3 100644
--- a/src/structs/step.php
+++ b/src/structs/step.php
@@ -10,6 +10,13 @@
/**
* Represents a single step on the axis
*
+ * Struct class containg information for single steps in the axis. A step may
+ * have child steps, which are commonly known as major (bigger) and minor
+ * (smaller) steps on axis.
+ *
+ * The positions of multiple steps in an array generated by the
+ * ezcGraphChartElementAxis classes is not always distributed evenly.
+ *
* @version //autogentag//
* @package Graph
*/
OpenPOWER on IntegriCloud