summaryrefslogtreecommitdiffstats
path: root/doc/src/declarativeboxset.qdocinc
diff options
context:
space:
mode:
Diffstat (limited to 'doc/src/declarativeboxset.qdocinc')
-rw-r--r--doc/src/declarativeboxset.qdocinc6
1 files changed, 0 insertions, 6 deletions
diff --git a/doc/src/declarativeboxset.qdocinc b/doc/src/declarativeboxset.qdocinc
deleted file mode 100644
index 8dd9c999..00000000
--- a/doc/src/declarativeboxset.qdocinc
+++ /dev/null
@@ -1,6 +0,0 @@
-BoxSet represents one box-and-whiskers item. It takes five values to create a graphical representation
-of range and three medians. There are two ways to give the values. The first one is with constructor
-or with append method. In these the values have to be given in the following order: lower extreme, lower quartile, median,
-upper quartile and upper extreme. The second method is to create an empty QBoxSet instance and give the values using
-value specific methods.
-\sa BoxPlotSeries