mirror of https://github.com/qt/qtgraphs.git
Remove API docs of non-existing append method
This "append(string label, VariantList values)" variant has API docs for both Qt Charts and Qt Graphs, but neither of them really implement it. Task-number: QTBUG-130306 Pick-to: 6.8 Change-Id: I676a98c2c3e7df12fd8f10a2bd85680d5330ad4f Reviewed-by: Jere Tuliniemi <jere.tuliniemi@qt.io> Reviewed-by: Sami Varanka <sami.varanka@qt.io>
This commit is contained in:
parent
206904596b
commit
ec123721f3
|
|
@ -385,17 +385,6 @@ QT_BEGIN_NAMESPACE
|
|||
Returns the bar set at \a index. Returns null if the index is not valid.
|
||||
*/
|
||||
|
||||
/*!
|
||||
\qmlmethod BarSet BarSeries::append(string label, VariantList values)
|
||||
Adds a new bar set with \a label and \a values to the index. \a values is
|
||||
a list of real values.
|
||||
|
||||
For example:
|
||||
\code
|
||||
myBarSeries.append("set 1", [0, 0.2, 0.2, 0.5, 0.4, 1.5, 0.9]);
|
||||
\endcode
|
||||
*/
|
||||
|
||||
/*!
|
||||
\qmlmethod BarSet BarSeries::insert(int index, string label, VariantList values)
|
||||
Adds a new bar set with \a label and \a values to \a index. \a values can be a list
|
||||
|
|
|
|||
Loading…
Reference in New Issue