@@ -32,7 +32,8 QTCOMMERCIALCHART_BEGIN_NAMESPACE | |||||
32 | \mainclass |
|
32 | \mainclass | |
33 |
|
33 | |||
34 | BarCategoriesAxis can be setup to show axis line with tick marks, grid lines and shades. |
|
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 | \brief The Axis element is used for manipulating chart's axes. |
|
41 | \brief The Axis element is used for manipulating chart's axes. | |
41 |
|
42 | |||
42 | Axis can be setup to show axis line with tick marks, grid lines and shades. |
|
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 | To access BarCategoriesAxis you can use ChartView API. For example: |
|
46 | To access BarCategoriesAxis you can use ChartView API. For example: | |
46 | \code |
|
47 | \code |
General Comments 0
You need to be logged in to leave comments.
Login now