@@ -47,7 +47,7 QTCOMMERCIALCHART_BEGIN_NAMESPACE | |||||
47 | */ |
|
47 | */ | |
48 | /*! |
|
48 | /*! | |
49 | \qmlproperty XYSeries HXYModelMapper::series |
|
49 | \qmlproperty XYSeries HXYModelMapper::series | |
50 |
Defines the |
|
50 | Defines the XYSeries object that is used by the mapper. All the data in the series is discarded when it is set to | |
51 | the mapper. When new series is specified the old series is disconnected (it preserves its data). |
|
51 | the mapper. When new series is specified the old series is disconnected (it preserves its data). | |
52 | */ |
|
52 | */ | |
53 |
|
53 | |||
@@ -69,7 +69,7 QTCOMMERCIALCHART_BEGIN_NAMESPACE | |||||
69 | */ |
|
69 | */ | |
70 | /*! |
|
70 | /*! | |
71 | \qmlproperty int HXYModelMapper::xRow |
|
71 | \qmlproperty int HXYModelMapper::xRow | |
72 |
Defines which row of the model is kept in sync with the x values of the |
|
72 | Defines which row of the model is kept in sync with the x values of the series. Default value is -1 (invalid | |
73 | mapping). |
|
73 | mapping). | |
74 | */ |
|
74 | */ | |
75 |
|
75 | |||
@@ -80,7 +80,7 QTCOMMERCIALCHART_BEGIN_NAMESPACE | |||||
80 | */ |
|
80 | */ | |
81 | /*! |
|
81 | /*! | |
82 | \qmlproperty int HXYModelMapper::yRow |
|
82 | \qmlproperty int HXYModelMapper::yRow | |
83 |
Defines which row of the model is kept in sync with the y values of the |
|
83 | Defines which row of the model is kept in sync with the y values of the series. Default value is -1 | |
84 | (invalid mapping). |
|
84 | (invalid mapping). | |
85 | */ |
|
85 | */ | |
86 |
|
86 |
@@ -47,7 +47,7 QTCOMMERCIALCHART_BEGIN_NAMESPACE | |||||
47 | */ |
|
47 | */ | |
48 | /*! |
|
48 | /*! | |
49 | \qmlproperty XYSeries VXYModelMapper::series |
|
49 | \qmlproperty XYSeries VXYModelMapper::series | |
50 |
Defines the |
|
50 | Defines the XYSeries object that is used by the mapper. All the data in the series is discarded when it is set to | |
51 | the mapper. When new series is specified the old series is disconnected (it preserves its data). |
|
51 | the mapper. When new series is specified the old series is disconnected (it preserves its data). | |
52 | */ |
|
52 | */ | |
53 |
|
53 | |||
@@ -69,7 +69,7 QTCOMMERCIALCHART_BEGIN_NAMESPACE | |||||
69 | */ |
|
69 | */ | |
70 | /*! |
|
70 | /*! | |
71 | \qmlproperty int VXYModelMapper::xColumn |
|
71 | \qmlproperty int VXYModelMapper::xColumn | |
72 |
Defines which column of the model is kept in sync with the x values of |
|
72 | Defines which column of the model is kept in sync with the x values of the series. Default value is -1 (invalid | |
73 | mapping). |
|
73 | mapping). | |
74 | */ |
|
74 | */ | |
75 |
|
75 | |||
@@ -80,7 +80,7 QTCOMMERCIALCHART_BEGIN_NAMESPACE | |||||
80 | */ |
|
80 | */ | |
81 | /*! |
|
81 | /*! | |
82 | \qmlproperty int VXYModelMapper::yColumn |
|
82 | \qmlproperty int VXYModelMapper::yColumn | |
83 |
Defines which column of the model is kept in sync with the y values of |
|
83 | Defines which column of the model is kept in sync with the y values of the series. Default value is -1 (invalid | |
84 | mapping). |
|
84 | mapping). | |
85 | */ |
|
85 | */ | |
86 |
|
86 |
General Comments 0
You need to be logged in to leave comments.
Login now