From 560c50cb6f8f522d37768d45f3916e651530ae50 2012-07-04 07:41:19 From: sauimone Date: 2012-07-04 07:41:19 Subject: [PATCH] axis doc update --- diff --git a/src/axis/qabstractaxis.cpp b/src/axis/qabstractaxis.cpp index 10d5ce6..42093f5 100644 --- a/src/axis/qabstractaxis.cpp +++ b/src/axis/qabstractaxis.cpp @@ -64,9 +64,13 @@ QTCOMMERCIALCHART_BEGIN_NAMESPACE \value AxisTypeCategories */ -/* - \property QAbstractAxis::type - The type of the axis. +/*! + \property QAbstractAxis::arrowVisible + The visibility of the axis arrow +*/ +/*! + \qmlproperty bool Axis::arrrowVisible + The visibility of the axis arrow */ /*! @@ -78,24 +82,6 @@ QTCOMMERCIALCHART_BEGIN_NAMESPACE Defines if axis labels are visible. */ -/* - \property QAbstractAxis::min - Defines the minimum value on the axis. -*/ -/* - \qmlproperty real Axis::min - Defines the minimum value on the axis. -*/ - -/* - \property QAbstractAxis::max - Defines the maximum value on the axis. -*/ -/* - \qmlproperty real Axis::max - Defines the maximum value on the axis. -*/ - /*! \property QAbstractAxis::visible The visibility of the axis.