@@ -31,12 +31,22 QTCOMMERCIALCHART_BEGIN_NAMESPACE | |||
|
31 | 31 | \class QLogValueAxis |
|
32 | 32 | \brief The QLogValueAxis class is used for manipulating chart's axis. |
|
33 | 33 | \mainclass |
|
34 | ||
|
35 | \note If a QLogValueAxis is attached to a series with one or more points with | |
|
36 | negative or zero values on the associated dimension, the series will not be | |
|
37 | plotted at all. This is particularly relevant when XYModelMappers are used, | |
|
38 | since empty cells in models typically contain zero values. | |
|
34 | 39 | */ |
|
35 | 40 | |
|
36 | 41 | /*! |
|
37 | 42 | \qmlclass LogValuesAxis QLogValueAxis |
|
38 | 43 | \brief The LogValueAxis element is used for manipulating chart's axes |
|
39 | 44 | \inherits AbstractAxis |
|
45 | ||
|
46 | \note If a LogValueAxis is attached to a series with one or more points with | |
|
47 | negative or zero values on the associated dimension, the series will not be | |
|
48 | plotted at all. This is particularly relevant when XYModelMappers are used, | |
|
49 | since empty cells in models typically contain zero values. | |
|
40 | 50 | */ |
|
41 | 51 | |
|
42 | 52 | /*! |
General Comments 0
You need to be logged in to leave comments.
Login now