summaryrefslogtreecommitdiffstats
path: root/src/qchart.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/qchart.cpp')
-rw-r--r--src/qchart.cpp9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/qchart.cpp b/src/qchart.cpp
index 496e146d..8ab736ec 100644
--- a/src/qchart.cpp
+++ b/src/qchart.cpp
@@ -447,6 +447,15 @@ QRectF QChart::plotArea() const
return d_ptr->m_presenter->geometry();
}
+///*!
+// TODO: Dummy.
+// Adjust the ranges of the axes so that all the data of the specified \a series is visible
+// */
+//void QChart::adjustViewToSeries(QAbstractSeries* series)
+//{
+// //
+//}
+
/*!
Sets animation \a options for the chart
*/