##// END OF EJS Templates
added description of using barcategory axis with line chart
sauimone -
r1650:d4aaf12f2380
parent child
Show More
@@ -32,7 +32,8 QTCOMMERCIALCHART_BEGIN_NAMESPACE
32 32 \mainclass
33 33
34 34 BarCategoriesAxis can be setup to show axis line with tick marks, grid lines and shades.
35 Categories are drawn between ticks.
35 Categories are drawn between ticks. Note that you can use this also with lineseries too.
36 See the \l {Line and BarChart Example} {Line and BarChart Example} to learn how to do that.
36 37 */
37 38
38 39 /*!
@@ -40,7 +41,7 QTCOMMERCIALCHART_BEGIN_NAMESPACE
40 41 \brief The Axis element is used for manipulating chart's axes.
41 42
42 43 Axis can be setup to show axis line with tick marks, grid lines and shades.
43 Categories are drawn between ticks.
44 Categories are drawn between ticks. Note that you can use this also with lineseries too.
44 45
45 46 To access BarCategoriesAxis you can use ChartView API. For example:
46 47 \code
General Comments 0
You need to be logged in to leave comments. Login now