summaryrefslogtreecommitdiffstats
path: root/src/chartsqml2/declarativemargins.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/chartsqml2/declarativemargins.cpp')
-rw-r--r--src/chartsqml2/declarativemargins.cpp8
1 files changed, 6 insertions, 2 deletions
diff --git a/src/chartsqml2/declarativemargins.cpp b/src/chartsqml2/declarativemargins.cpp
index 3eadeb08..a4284dbc 100644
--- a/src/chartsqml2/declarativemargins.cpp
+++ b/src/chartsqml2/declarativemargins.cpp
@@ -37,9 +37,13 @@ QT_CHARTS_BEGIN_NAMESPACE
\qmltype Margins
\inqmlmodule QtCharts
- \brief Type is used to define margins.
+ \brief Defines margins between the edge of the chart rectangle and the plot
+ area.
- Uncreatable type that is used to define top, bottom, left and right margins.
+ An uncreatable type that is used to define the top, bottom, left, and right
+ margins. The margins are used for drawing the title, axes, and legend.
+
+ \sa {ChartView::margins}{ChartView.margins}
*/
/*!