@@ -63,7 +63,7 QTCOMMERCIALCHART_BEGIN_NAMESPACE | |||
|
63 | 63 | */ |
|
64 | 64 | |
|
65 | 65 | /*! |
|
66 | \qmlproperty Animation ChartView::animation | |
|
66 | \qmlproperty Animation ChartView::animationOptions | |
|
67 | 67 | Animation configuration of the chart. One of ChartView.NoAnimation, ChartView.GridAxisAnimations, |
|
68 | 68 | ChartView.SeriesAnimations or ChartView.AllAnimations. |
|
69 | 69 | */ |
@@ -82,21 +82,11 QTCOMMERCIALCHART_BEGIN_NAMESPACE | |||
|
82 | 82 | */ |
|
83 | 83 | |
|
84 | 84 | /*! |
|
85 |
\qmlproperty |
|
|
85 | \qmlproperty color ChartView::titleColor | |
|
86 | 86 | The color of the title text. |
|
87 | 87 | */ |
|
88 | 88 | |
|
89 | 89 | /*! |
|
90 | \qmlproperty Axis ChartView::axisX | |
|
91 | The x-axis of the chart. | |
|
92 | */ | |
|
93 | ||
|
94 | /*! | |
|
95 | \qmlproperty Axis ChartView::axisY | |
|
96 | The default y-axis of the chart. | |
|
97 | */ | |
|
98 | ||
|
99 | /*! | |
|
100 | 90 | \qmlproperty Legend ChartView::legend |
|
101 | 91 | The legend of the chart. Legend lists all the series, pie slices and bar sets added on the chart. |
|
102 | 92 | */ |
General Comments 0
You need to be logged in to leave comments.
Login now