@@ -64,9 +64,13 QTCOMMERCIALCHART_BEGIN_NAMESPACE | |||||
64 | \value AxisTypeCategories |
|
64 | \value AxisTypeCategories | |
65 | */ |
|
65 | */ | |
66 |
|
66 | |||
67 | /* |
|
67 | /*! | |
68 |
|
|
68 | \property QAbstractAxis::arrowVisible | |
69 |
|
|
69 | The visibility of the axis arrow | |
|
70 | */ | |||
|
71 | /*! | |||
|
72 | \qmlproperty bool Axis::arrrowVisible | |||
|
73 | The visibility of the axis arrow | |||
70 | */ |
|
74 | */ | |
71 |
|
75 | |||
72 | /*! |
|
76 | /*! | |
@@ -78,24 +82,6 QTCOMMERCIALCHART_BEGIN_NAMESPACE | |||||
78 | Defines if axis labels are visible. |
|
82 | Defines if axis labels are visible. | |
79 | */ |
|
83 | */ | |
80 |
|
84 | |||
81 | /* |
|
|||
82 | \property QAbstractAxis::min |
|
|||
83 | Defines the minimum value on the axis. |
|
|||
84 | */ |
|
|||
85 | /* |
|
|||
86 | \qmlproperty real Axis::min |
|
|||
87 | Defines the minimum value on the axis. |
|
|||
88 | */ |
|
|||
89 |
|
||||
90 | /* |
|
|||
91 | \property QAbstractAxis::max |
|
|||
92 | Defines the maximum value on the axis. |
|
|||
93 | */ |
|
|||
94 | /* |
|
|||
95 | \qmlproperty real Axis::max |
|
|||
96 | Defines the maximum value on the axis. |
|
|||
97 | */ |
|
|||
98 |
|
||||
99 | /*! |
|
85 | /*! | |
100 | \property QAbstractAxis::visible |
|
86 | \property QAbstractAxis::visible | |
101 | The visibility of the axis. |
|
87 | The visibility of the axis. |
General Comments 0
You need to be logged in to leave comments.
Login now