/usr/share/qt5/doc/qtcharts/examples-manifest.xml is in qtcharts5-doc-html 5.9.5-0ubuntu1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 | <?xml version="1.0" encoding="UTF-8"?>
<instructionals module="QtCharts">
<examples>
<example name="AreaChart Example" docUrl="qthelp://org.qt-project.qtcharts.595/qtcharts/qtcharts-areachart-example.html" projectPath="charts/areachart/areachart.pro" imageUrl="qthelp://org.qt-project.qtcharts.595/qtcharts/images/examples_areachart.png">
<description><![CDATA[The example shows how to create a simple area chart.]]></description>
<tags>areachart,charts</tags>
<fileToOpen mainFile="true">charts/areachart/main.cpp</fileToOpen>
</example>
<example name="Audio Example" docUrl="qthelp://org.qt-project.qtcharts.595/qtcharts/qtcharts-audio-example.html" projectPath="charts/audio/audio.pro" imageUrl="qthelp://org.qt-project.qtcharts.595/qtcharts/images/examples_audio.png">
<description><![CDATA[This example shows the drawing of dynamic data (microphone input).]]></description>
<tags>audio,charts</tags>
<fileToOpen mainFile="true">charts/audio/main.cpp</fileToOpen>
</example>
<example name="BarChart Example" docUrl="qthelp://org.qt-project.qtcharts.595/qtcharts/qtcharts-barchart-example.html" projectPath="charts/barchart/barchart.pro" imageUrl="qthelp://org.qt-project.qtcharts.595/qtcharts/images/examples_barchart.png">
<description><![CDATA[The example shows how to create a bar chart.]]></description>
<tags>barchart,charts</tags>
<fileToOpen mainFile="true">charts/barchart/main.cpp</fileToOpen>
</example>
<example name="BarModelMapper Example" docUrl="qthelp://org.qt-project.qtcharts.595/qtcharts/qtcharts-barmodelmapper-example.html" projectPath="charts/barmodelmapper/barmodelmapper.pro" imageUrl="qthelp://org.qt-project.qtcharts.595/qtcharts/images/examples_barmodelmapper.png">
<description><![CDATA[This example shows how to use QAbstractItemModel derived model as the data for the bar series.]]></description>
<tags>barmodelmapper,charts</tags>
<fileToOpen mainFile="true">charts/barmodelmapper/main.cpp</fileToOpen>
</example>
<example name="Box and Whiskers Example" docUrl="qthelp://org.qt-project.qtcharts.595/qtcharts/qtcharts-boxplotchart-example.html" projectPath="charts/boxplotchart/boxplotchart.pro" imageUrl="qthelp://org.qt-project.qtcharts.595/qtcharts/images/examples_boxplotchart.png">
<description><![CDATA[The example shows how to create a box-and-whiskers chart.]]></description>
<tags>box,charts,whiskers</tags>
<fileToOpen mainFile="true">charts/boxplotchart/main.cpp</fileToOpen>
</example>
<example name="Callout Example" docUrl="qthelp://org.qt-project.qtcharts.595/qtcharts/qtcharts-callout-example.html" projectPath="charts/callout/callout.pro" imageUrl="qthelp://org.qt-project.qtcharts.595/qtcharts/images/examples_callout.png">
<description><![CDATA[This example shows how to draw an additional element (a callout) on top of the chart.]]></description>
<tags>callout,charts</tags>
<fileToOpen>charts/callout/main.cpp</fileToOpen>
<fileToOpen>charts/callout/callout.h</fileToOpen>
<fileToOpen mainFile="true">charts/callout/callout.cpp</fileToOpen>
</example>
<example name="Candlestick Chart Example" docUrl="qthelp://org.qt-project.qtcharts.595/qtcharts/qtcharts-candlestickchart-example.html" projectPath="charts/candlestickchart/candlestickchart.pro" imageUrl="qthelp://org.qt-project.qtcharts.595/qtcharts/images/examples_candlestickchart.png">
<description><![CDATA[Shows how to create a candlestick chart.]]></description>
<tags>candlestick,chart,charts</tags>
<fileToOpen mainFile="true">charts/candlestickchart/main.cpp</fileToOpen>
</example>
<example name="Chart Themes Example" docUrl="qthelp://org.qt-project.qtcharts.595/qtcharts/qtcharts-chartthemes-example.html" projectPath="charts/chartthemes/chartthemes.pro" imageUrl="qthelp://org.qt-project.qtcharts.595/qtcharts/images/examples_chartthemes_light.png" isHighlighted="true">
<description><![CDATA[The example shows the look and feel of the different built-in themes.]]></description>
<tags>chart,charts,themes</tags>
<fileToOpen mainFile="true">charts/chartthemes/main.cpp</fileToOpen>
</example>
<example name="Custom Chart Example" docUrl="qthelp://org.qt-project.qtcharts.595/qtcharts/qtcharts-customchart-example.html" projectPath="charts/customchart/customchart.pro" imageUrl="qthelp://org.qt-project.qtcharts.595/qtcharts/images/examples_customchart.png">
<description><![CDATA[This example shows how to customize the appearance of the different elements on a chart.]]></description>
<tags>chart,charts,custom</tags>
<fileToOpen mainFile="true">charts/customchart/main.cpp</fileToOpen>
</example>
<example name="DateTimeAxis Example" docUrl="qthelp://org.qt-project.qtcharts.595/qtcharts/qtcharts-datetimeaxis-example.html" projectPath="charts/datetimeaxis/datetimeaxis.pro" imageUrl="qthelp://org.qt-project.qtcharts.595/qtcharts/images/examples_datetimeaxis.png">
<description><![CDATA[The example shows how to use QLineChart with QDateTimeAxis.]]></description>
<tags>charts,datetimeaxis</tags>
<fileToOpen mainFile="true">charts/datetimeaxis/main.cpp</fileToOpen>
</example>
<example name="Donut Chart Breakdown Example" docUrl="qthelp://org.qt-project.qtcharts.595/qtcharts/qtcharts-donutbreakdown-example.html" projectPath="charts/donutbreakdown/donutbreakdown.pro" imageUrl="qthelp://org.qt-project.qtcharts.595/qtcharts/images/examples_donutbreakdown.png">
<description><![CDATA[This example shows how to use create a donut breakdown chart using QPieSeries API.]]></description>
<tags>breakdown,chart,charts,donut</tags>
<fileToOpen mainFile="true">charts/donutbreakdown/main.cpp</fileToOpen>
</example>
<example name="Donutchart Example" docUrl="qthelp://org.qt-project.qtcharts.595/qtcharts/qtcharts-donutchart-example.html" projectPath="charts/donutchart/donutchart.pro" imageUrl="qthelp://org.qt-project.qtcharts.595/qtcharts/images/examples_donutchart.png">
<description><![CDATA[This example shows how to create a simple donut chart, and do some customizations to a slice.]]></description>
<tags>charts,donutchart</tags>
<fileToOpen mainFile="true">charts/donutchart/main.cpp</fileToOpen>
</example>
<example name="Dynamic Spline Example" docUrl="qthelp://org.qt-project.qtcharts.595/qtcharts/qtcharts-dynamicspline-example.html" projectPath="charts/dynamicspline/dynamicspline.pro" imageUrl="qthelp://org.qt-project.qtcharts.595/qtcharts/images/examples_dynamicspline1.png">
<description><![CDATA[This example shows how to draw dynamic data.]]></description>
<tags>charts,dynamic,spline</tags>
<fileToOpen mainFile="true">charts/dynamicspline/main.cpp</fileToOpen>
</example>
<example name="HorizontalBarChart Example" docUrl="qthelp://org.qt-project.qtcharts.595/qtcharts/qtcharts-horizontalbarchart-example.html" projectPath="charts/horizontalbarchart/horizontalbarchart.pro" imageUrl="qthelp://org.qt-project.qtcharts.595/qtcharts/images/examples_horizontalbarchart.png">
<description><![CDATA[The example shows how to create a horizontal bar chart.]]></description>
<tags>charts,horizontalbarchart</tags>
<fileToOpen mainFile="true">charts/horizontalbarchart/main.cpp</fileToOpen>
</example>
<example name="HorizontalPercentBarChart Example" docUrl="qthelp://org.qt-project.qtcharts.595/qtcharts/qtcharts-horizontalpercentbarchart-example.html" projectPath="charts/horizontalpercentbarchart/horizontalpercentbarchart.pro" imageUrl="qthelp://org.qt-project.qtcharts.595/qtcharts/images/examples_horizontalpercentbarchart.png">
<description><![CDATA[The example shows how to create a simple horizontal percent bar chart.]]></description>
<tags>charts,horizontalpercentbarchart</tags>
<fileToOpen mainFile="true">charts/horizontalpercentbarchart/main.cpp</fileToOpen>
</example>
<example name="HorizontalStackedBarChart Example" docUrl="qthelp://org.qt-project.qtcharts.595/qtcharts/qtcharts-horizontalstackedbarchart-example.html" projectPath="charts/horizontalstackedbarchart/horizontalstackedbarchart.pro" imageUrl="qthelp://org.qt-project.qtcharts.595/qtcharts/images/examples_horizontalstackedbarchart.png">
<description><![CDATA[The example shows how to create a simple stacked horizontal bar chart.]]></description>
<tags>charts,horizontalstackedbarchart</tags>
<fileToOpen mainFile="true">charts/horizontalstackedbarchart/main.cpp</fileToOpen>
</example>
<example name="Legend Example" docUrl="qthelp://org.qt-project.qtcharts.595/qtcharts/qtcharts-legend-example.html" projectPath="charts/legend/legend.pro" imageUrl="qthelp://org.qt-project.qtcharts.595/qtcharts/images/examples_legend_detach.png">
<description><![CDATA[This example shows how to detach the legend from the chart and how to attach it back.]]></description>
<tags>charts,legend</tags>
<fileToOpen mainFile="true">charts/legend/main.cpp</fileToOpen>
</example>
<example name="LegendMarkers Example" docUrl="qthelp://org.qt-project.qtcharts.595/qtcharts/qtcharts-legendmarkers-example.html" projectPath="charts/legendmarkers/legendmarkers.pro" imageUrl="qthelp://org.qt-project.qtcharts.595/qtcharts/images/examples_legendmarkers.png">
<description><![CDATA[The example shows how to make use of legend markers.]]></description>
<tags>charts,legendmarkers</tags>
<fileToOpen mainFile="true">charts/legendmarkers/main.cpp</fileToOpen>
</example>
<example name="Line and BarChart Example" docUrl="qthelp://org.qt-project.qtcharts.595/qtcharts/qtcharts-lineandbar-example.html" projectPath="charts/lineandbar/lineandbar.pro" imageUrl="qthelp://org.qt-project.qtcharts.595/qtcharts/images/examples_lineandbar.png">
<description><![CDATA[The example shows how to combine different charts and set the axes.]]></description>
<tags>barchart,charts,line</tags>
<fileToOpen mainFile="true">charts/lineandbar/main.cpp</fileToOpen>
</example>
<example name="LineChart Example" docUrl="qthelp://org.qt-project.qtcharts.595/qtcharts/qtcharts-linechart-example.html" projectPath="charts/linechart/linechart.pro" imageUrl="qthelp://org.qt-project.qtcharts.595/qtcharts/images/examples_linechart.png">
<description><![CDATA[The example shows how to create a simple line chart.]]></description>
<tags>charts,linechart</tags>
<fileToOpen mainFile="true">charts/linechart/main.cpp</fileToOpen>
</example>
<example name="Logarithmic Axis Example" docUrl="qthelp://org.qt-project.qtcharts.595/qtcharts/qtcharts-logvalueaxis-example.html" projectPath="charts/logvalueaxis/logvalueaxis.pro" imageUrl="qthelp://org.qt-project.qtcharts.595/qtcharts/images/examples_logvalueaxis.png">
<description><![CDATA[The example shows how to use QLogValueAxis.]]></description>
<tags>axis,charts,logarithmic</tags>
<fileToOpen mainFile="true">charts/logvalueaxis/main.cpp</fileToOpen>
</example>
<example name="Model Data Example" docUrl="qthelp://org.qt-project.qtcharts.595/qtcharts/qtcharts-modeldata-example.html" projectPath="charts/modeldata/modeldata.pro" imageUrl="qthelp://org.qt-project.qtcharts.595/qtcharts/images/examples_modeldata.png">
<description><![CDATA[This example shows how to use the QAbstractItemModel derived model as the data for the series.]]></description>
<tags>charts,data,model</tags>
<fileToOpen mainFile="true">charts/modeldata/main.cpp</fileToOpen>
</example>
<example name="Multiple Axes Example" docUrl="qthelp://org.qt-project.qtcharts.595/qtcharts/qtcharts-multiaxis-example.html" projectPath="charts/multiaxis/multiaxis.pro" imageUrl="qthelp://org.qt-project.qtcharts.595/qtcharts/images/examples_multiaxis.png">
<description><![CDATA[The example shows how to create a simple chart with two vertical axes. One for each series.]]></description>
<tags>axes,charts,multiple</tags>
<fileToOpen mainFile="true">charts/multiaxis/main.cpp</fileToOpen>
</example>
<example name="Nested Donuts Example" docUrl="qthelp://org.qt-project.qtcharts.595/qtcharts/qtcharts-nesteddonuts-example.html" projectPath="charts/nesteddonuts/nesteddonuts.pro" imageUrl="qthelp://org.qt-project.qtcharts.595/qtcharts/images/examples_nesteddonuts.png">
<description><![CDATA[This example shows how to create a nested donuts chart using the QPieSeries API.]]></description>
<tags>charts,donuts,nested</tags>
<fileToOpen mainFile="true">charts/nesteddonuts/main.cpp</fileToOpen>
</example>
<example name="OpenGL Accelerated Series Example" docUrl="qthelp://org.qt-project.qtcharts.595/qtcharts/qtcharts-openglseries-example.html" projectPath="charts/openglseries/openglseries.pro" imageUrl="qthelp://org.qt-project.qtcharts.595/qtcharts/images/examples_openglseries.png">
<description><![CDATA[The example shows how to enable OpenGL acceleration for QLineSeries and QScatterSeries.]]></description>
<tags>accelerated,charts,opengl,series</tags>
<fileToOpen mainFile="true">charts/openglseries/main.cpp</fileToOpen>
</example>
<example name="PercentBarChart Example" docUrl="qthelp://org.qt-project.qtcharts.595/qtcharts/qtcharts-percentbarchart-example.html" projectPath="charts/percentbarchart/percentbarchart.pro" imageUrl="qthelp://org.qt-project.qtcharts.595/qtcharts/images/examples_percentbarchart.png">
<description><![CDATA[The example shows how to create a simple percent bar chart.]]></description>
<tags>charts,percentbarchart</tags>
<fileToOpen mainFile="true">charts/percentbarchart/main.cpp</fileToOpen>
</example>
<example name="Pie Chart Customization Example" docUrl="qthelp://org.qt-project.qtcharts.595/qtcharts/qtcharts-piechartcustomization-example.html" projectPath="charts/piechartcustomization/piechartcustomization.pro" imageUrl="qthelp://org.qt-project.qtcharts.595/qtcharts/images/piechart_customization.png">
<description><![CDATA[This example shows how the look and feel of a pie chart can be customized.]]></description>
<tags>chart,charts,customization,pie</tags>
<fileToOpen mainFile="true">charts/piechartcustomization/main.cpp</fileToOpen>
</example>
<example name="Piechart Drilldown Example" docUrl="qthelp://org.qt-project.qtcharts.595/qtcharts/qtcharts-piechartdrilldown-example.html" projectPath="charts/piechartdrilldown/piechartdrilldown.pro" imageUrl="qthelp://org.qt-project.qtcharts.595/qtcharts/images/examples_piechartdrill1.png">
<description><![CDATA[The example shows how to implement a piechart with drilldown effect.]]></description>
<tags>charts,drilldown,piechart</tags>
<fileToOpen mainFile="true">charts/piechartdrilldown/main.cpp</fileToOpen>
</example>
<example name="Piechart Example" docUrl="qthelp://org.qt-project.qtcharts.595/qtcharts/qtcharts-piechart-example.html" projectPath="charts/piechart/piechart.pro" imageUrl="qthelp://org.qt-project.qtcharts.595/qtcharts/images/examples_piechart.png">
<description><![CDATA[The example shows how to create a simple pie chart and do some customizations to a pie slice.]]></description>
<tags>charts,piechart</tags>
<fileToOpen mainFile="true">charts/piechart/main.cpp</fileToOpen>
</example>
<example name="Polar Chart Example" docUrl="qthelp://org.qt-project.qtcharts.595/qtcharts/qtcharts-polarchart-example.html" projectPath="charts/polarchart/polarchart.pro" imageUrl="qthelp://org.qt-project.qtcharts.595/qtcharts/images/examples_polarchart.png">
<description><![CDATA[The example shows how to create a simple polar chart with multiple different series.]]></description>
<tags>chart,charts,polar</tags>
<fileToOpen mainFile="true">charts/polarchart/main.cpp</fileToOpen>
</example>
<example name="Qml Axes" docUrl="qthelp://org.qt-project.qtcharts.595/qtcharts/qtcharts-qmlaxes-example.html" projectPath="charts/qmlaxes/qmlaxes.pro" imageUrl="qthelp://org.qt-project.qtcharts.595/qtcharts/images/examples_qmlaxes1.png">
<description><![CDATA[This is a demonstration of how to use axes in your QML application.]]></description>
<tags>axes,charts,qml</tags>
<fileToOpen>charts/qmlaxes/main.cpp</fileToOpen>
<fileToOpen mainFile="true">charts/qmlaxes/qml/qmlaxes/main.qml</fileToOpen>
</example>
<example name="Qml Charts Example" docUrl="qthelp://org.qt-project.qtcharts.595/qtcharts/qtcharts-qmlchart-example.html" projectPath="charts/qmlchart/qmlchart.pro" imageUrl="qthelp://org.qt-project.qtcharts.595/qtcharts/images/examples_qmlchart1.png">
<description><![CDATA[This basic demonstration shows how to use the different chart types by using qml.]]></description>
<tags>charts,qml</tags>
<fileToOpen>charts/qmlchart/main.cpp</fileToOpen>
<fileToOpen mainFile="true">charts/qmlchart/qml/qmlchart/main.qml</fileToOpen>
</example>
<example name="Qml Custom Legend" docUrl="qthelp://org.qt-project.qtcharts.595/qtcharts/qtcharts-qmlcustomlegend-example.html" projectPath="charts/qmlcustomlegend/qmlcustomlegend.pro" imageUrl="qthelp://org.qt-project.qtcharts.595/qtcharts/images/examples_qmlcustomlegend1.png">
<description><![CDATA[This example shows you how to create your own custom legend.]]></description>
<tags>charts,custom,legend,qml</tags>
<fileToOpen>charts/qmlcustomlegend/main.cpp</fileToOpen>
<fileToOpen mainFile="true">charts/qmlcustomlegend/qml/qmlcustomlegend/main.qml</fileToOpen>
</example>
<example name="Qml Customizations" docUrl="qthelp://org.qt-project.qtcharts.595/qtcharts/qtcharts-qmlcustomizations-example.html" projectPath="charts/qmlcustomizations/qmlcustomizations.pro" imageUrl="qthelp://org.qt-project.qtcharts.595/qtcharts/images/examples_qmlcustomizations.png">
<description><![CDATA[This application shows you how to customize different visual properties of a ChartView and series.]]></description>
<tags>charts,customizations,qml</tags>
<fileToOpen>charts/qmlcustomizations/main.cpp</fileToOpen>
<fileToOpen mainFile="true">charts/qmlcustomizations/qml/qmlcustomizations/main.qml</fileToOpen>
</example>
<example name="Qml F1 Legends" docUrl="qthelp://org.qt-project.qtcharts.595/qtcharts/qtcharts-qmlf1legends-example.html" projectPath="charts/qmlf1legends/qmlf1legends.pro" imageUrl="qthelp://org.qt-project.qtcharts.595/qtcharts/images/examples_qmlf1legends.png">
<description><![CDATA[This application demonstrates how to use XmlListModel as a datasource for a Chart.]]></description>
<tags>charts,f1,legends,qml</tags>
<fileToOpen>charts/qmlf1legends/main.cpp</fileToOpen>
<fileToOpen mainFile="true">charts/qmlf1legends/qml/qmlf1legends/main.qml</fileToOpen>
</example>
<example name="Qml Oscilloscope" docUrl="qthelp://org.qt-project.qtcharts.595/qtcharts/qtcharts-qmloscilloscope-example.html" projectPath="charts/qmloscilloscope/qmloscilloscope.pro" imageUrl="qthelp://org.qt-project.qtcharts.595/qtcharts/images/examples_qmloscilloscope.png">
<description><![CDATA[The example shows how to implement application with strict performance requirements using the Qt Charts QML API.]]></description>
<tags>charts,oscilloscope,qml</tags>
<fileToOpen>charts/qmloscilloscope/main.cpp</fileToOpen>
<fileToOpen mainFile="true">charts/qmloscilloscope/qml/qmloscilloscope/main.qml</fileToOpen>
</example>
<example name="Qml Polar Chart" docUrl="qthelp://org.qt-project.qtcharts.595/qtcharts/qtcharts-qmlpolarchart-example.html" projectPath="charts/qmlpolarchart/qmlpolarchart.pro" imageUrl="qthelp://org.qt-project.qtcharts.595/qtcharts/images/examples_qmlpolarchart1.png">
<description><![CDATA[This is a demonstration on how to use a polar chart in your QML application.]]></description>
<tags>chart,charts,polar,qml</tags>
<fileToOpen>charts/qmlpolarchart/main.cpp</fileToOpen>
<fileToOpen mainFile="true">charts/qmlpolarchart/qml/qmlpolarchart/main.qml</fileToOpen>
</example>
<example name="Qml Weather" docUrl="qthelp://org.qt-project.qtcharts.595/qtcharts/qtcharts-qmlweather-example.html" projectPath="charts/qmlweather/qmlweather.pro" imageUrl="qthelp://org.qt-project.qtcharts.595/qtcharts/images/examples_qmlweather.png">
<description><![CDATA[This is a basic demonstration showing how to use the different chart types by using qml.]]></description>
<tags>charts,qml,weather</tags>
<fileToOpen>charts/qmlweather/main.cpp</fileToOpen>
<fileToOpen mainFile="true">charts/qmlweather/qml/qmlweather/main.qml</fileToOpen>
</example>
<example name="Scatter Interactions Example" docUrl="qthelp://org.qt-project.qtcharts.595/qtcharts/qtcharts-scatterinteractions-example.html" projectPath="charts/scatterinteractions/scatterinteractions.pro" imageUrl="qthelp://org.qt-project.qtcharts.595/qtcharts/images/examples_scatterinteractions.png">
<description><![CDATA[This example shows how to create a simple scatter chart and how to interact with the chart.]]></description>
<tags>charts,interactions,scatter</tags>
<fileToOpen mainFile="true">charts/scatterinteractions/main.cpp</fileToOpen>
</example>
<example name="ScatterChart Example" docUrl="qthelp://org.qt-project.qtcharts.595/qtcharts/qtcharts-scatterchart-example.html" projectPath="charts/scatterchart/scatterchart.pro" imageUrl="qthelp://org.qt-project.qtcharts.595/qtcharts/images/examples_scatterchart.png">
<description><![CDATA[The example shows how to create a simple scatter chart.]]></description>
<tags>charts,scatterchart</tags>
<fileToOpen mainFile="true">charts/scatterchart/main.cpp</fileToOpen>
</example>
<example name="SplineChart Example" docUrl="qthelp://org.qt-project.qtcharts.595/qtcharts/qtcharts-splinechart-example.html" projectPath="charts/splinechart/splinechart.pro" imageUrl="qthelp://org.qt-project.qtcharts.595/qtcharts/images/examples_splinechart.png">
<description><![CDATA[The example shows how to create a simple spline chart.]]></description>
<tags>charts,splinechart</tags>
<fileToOpen mainFile="true">charts/splinechart/main.cpp</fileToOpen>
</example>
<example name="StackedBarChart Drilldown Example" docUrl="qthelp://org.qt-project.qtcharts.595/qtcharts/qtcharts-stackedbarchartdrilldown-example.html" projectPath="charts/stackedbarchartdrilldown/stackedbarchartdrilldown.pro" imageUrl="qthelp://org.qt-project.qtcharts.595/qtcharts/images/examples_stackedbarchartdrilldown1.png">
<description><![CDATA[The example shows how to implement drilldown using a stacked barchart.]]></description>
<tags>charts,drilldown,stackedbarchart</tags>
<fileToOpen mainFile="true">charts/stackedbarchartdrilldown/main.cpp</fileToOpen>
</example>
<example name="StackedBarChart Example" docUrl="qthelp://org.qt-project.qtcharts.595/qtcharts/qtcharts-stackedbarchart-example.html" projectPath="charts/stackedbarchart/stackedbarchart.pro" imageUrl="qthelp://org.qt-project.qtcharts.595/qtcharts/images/examples_stackedbarchart.png">
<description><![CDATA[The example shows how to create a simple stacked bar chart.]]></description>
<tags>charts,stackedbarchart</tags>
<fileToOpen mainFile="true">charts/stackedbarchart/main.cpp</fileToOpen>
</example>
<example name="Temperature Records Example" docUrl="qthelp://org.qt-project.qtcharts.595/qtcharts/qtcharts-temperaturerecords-example.html" projectPath="charts/temperaturerecords/temperaturerecords.pro" imageUrl="qthelp://org.qt-project.qtcharts.595/qtcharts/images/examples_temperaturerecords.png">
<description><![CDATA[The example shows how to create a bar chart with negative bars.]]></description>
<tags>charts,records,temperature</tags>
<fileToOpen mainFile="true">charts/temperaturerecords/main.cpp</fileToOpen>
</example>
<example name="Zoom Line Example" docUrl="qthelp://org.qt-project.qtcharts.595/qtcharts/qtcharts-zoomlinechart-example.html" projectPath="charts/zoomlinechart/zoomlinechart.pro" imageUrl="qthelp://org.qt-project.qtcharts.595/qtcharts/images/examples_zoomlinechart1.png">
<description><![CDATA[The example shows how to create your own custom zooming effect]]></description>
<tags>charts,line,zoom</tags>
<fileToOpen mainFile="true">charts/zoomlinechart/main.cpp</fileToOpen>
</example>
</examples>
</instructionals>
|