##// END OF EJS Templates
Bugfix: Adding/removing slices erased users colors....
Bugfix: Adding/removing slices erased users colors. Setting a theme left the "force" state on. This should also effect the bar chart.

File last commit:

r971:29cedae3d4be
r1093:54b5044db4a6
Show More
examples-stackedbarchart.qdoc
15 lines | 571 B | text/plain | TextLexer
/ doc / src / examples-stackedbarchart.qdoc
/*!
\example examples/stackedbarchart
\title StackedBarChart Example
\subtitle
The example shows how to create simple stacked bar chart. Stacked bar chart shows the data in sets as bars that are
stacked on top of each other. The stacking is done per category.
\image examples_stackedbarchart.png
Creating stacked bar chart is just like creating a regular \l {BarChart Example} {bar chart}, except that for a
stacked bar chart, we use QStackedBarSeries api instead of QBarSeries.
\snippet ../examples/stackedbarchart/main.cpp 3
*/