summaryrefslogtreecommitdiffstats
path: root/doc/src/valueaxis.qdocinc
diff options
context:
space:
mode:
Diffstat (limited to 'doc/src/valueaxis.qdocinc')
-rw-r--r--doc/src/valueaxis.qdocinc17
1 files changed, 0 insertions, 17 deletions
diff --git a/doc/src/valueaxis.qdocinc b/doc/src/valueaxis.qdocinc
deleted file mode 100644
index 8b21e7a3..00000000
--- a/doc/src/valueaxis.qdocinc
+++ /dev/null
@@ -1,17 +0,0 @@
-\inherits AbstractAxis
-\brief The ValueAxis element is used for manipulating chart's axes
-
-ValueAxis can be setup to show axis line with tick marks, grid lines and shades.
-Values of axis are drawn to position of ticks
-
-Example about using ValueAxis:
-\code
- ChartView {
- ValueAxis {
- id: xAxis
- min: 0
- max: 10
- }
- // Add a few series...
- }
-\endcode