diff options
Diffstat (limited to 'libkdchart/KDChartEnums.h')
-rw-r--r-- | libkdchart/KDChartEnums.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/libkdchart/KDChartEnums.h b/libkdchart/KDChartEnums.h index 82956e8..b3fe163 100644 --- a/libkdchart/KDChartEnums.h +++ b/libkdchart/KDChartEnums.h @@ -240,7 +240,7 @@ public: \image html "../refman_images/positions.png" \image latex "../refman_images/positions.png" "the PositionFlag enum" width=4in - \note The position and tqalignment of content to be printed at (or + \note The position and alignment of content to be printed at (or inside of, resp.) an area or a point -- like for printing data value texts next to their graphical representations (which might be a bar, line, pie slice,...) -- is specified by two parameters: a \c PositionFlag and a uint holding a combination of \c TQt::AlignmentFlags. @@ -249,10 +249,10 @@ public: The position of content and the way it is aligned to this position is shown in the following drawing, note that annotation #2 and annotation #3 - share the same PositionFlag but have different tqalignment flags set: + share the same PositionFlag but have different alignment flags set: - \image html "../refman_images/tqalignment.png" - \image latex "../refman_images/tqalignment.png" "positioning and aligning" width=4in + \image html "../refman_images/alignment.png" + \image latex "../refman_images/alignment.png" "positioning and aligning" width=4in \sa KDChartParams::setPrintDataValues */ |