##// END OF EJS Templates
review fixes
sauimone -
r363:373497ad80ef
parent child
Show More
@@ -47,8 +47,6 int main(int argc, char *argv[])
47 47
48 48 //! [4]
49 49 // Enable some features
50 // series->setToolTipEnabled();
51 // series->enableFloatingValues();
52 50 series->setToolTipEnabled();
53 51 series->setFloatingValuesEnabled();
54 52 //! [4]
@@ -15,9 +15,6 QTCOMMERCIALCHART_BEGIN_NAMESPACE
15 15
16 16 \mainclass
17 17
18 Example on how to create sets of data:
19 \snippet ../example/barchart/main.cpp 2
20
21 18 \sa QBarCategory, QBarSeries, QStackedBarSeries, QPercentBarSeries
22 19 */
23 20
General Comments 0
You need to be logged in to leave comments. Login now