summaryrefslogtreecommitdiffstats
path: root/doc/src/examples-customchart.qdoc
diff options
context:
space:
mode:
Diffstat (limited to 'doc/src/examples-customchart.qdoc')
-rw-r--r--doc/src/examples-customchart.qdoc26
1 files changed, 0 insertions, 26 deletions
diff --git a/doc/src/examples-customchart.qdoc b/doc/src/examples-customchart.qdoc
deleted file mode 100644
index 47005d79..00000000
--- a/doc/src/examples-customchart.qdoc
+++ /dev/null
@@ -1,26 +0,0 @@
-/*!
- \example examples/customchart
- \title Custom Chart Example
- \subtitle
-
- This example shows how to customize the appearance of the different elements on a chart.
- \image examples_customchart.png
-
- We begin by creating a simple line series and a chart object.
- \snippet ../examples/customchart/main.cpp 1
-
- First we customize the series and the chart's title and background.
- \snippet ../examples/customchart/main.cpp 2
-
- Then we customize the axes.
- \snippet ../examples/customchart/main.cpp 3
-
- Then the axis label values and ranges. Once the axes are ready, we set them to be used by the chart.
- \snippet ../examples/customchart/main.cpp 4
-
- Finally, we create a view containing the chart.
- \snippet ../examples/customchart/main.cpp 5
-
- Now we are ready to show the chart on a main window.
- \snippet ../examples/customchart/main.cpp 6
-*/