diff --git a/src/areachart/qareaseries.cpp b/src/areachart/qareaseries.cpp index a60bb3e..d3101e4 100644 --- a/src/areachart/qareaseries.cpp +++ b/src/areachart/qareaseries.cpp @@ -39,7 +39,7 @@ QTCOMMERCIALCHART_BEGIN_NAMESPACE An area chart is used to show quantitative data. It is based on line chart, in the way that area between axis and the line is emphasized with color. Since the area chart is based on line chart, QAreaSeries constructor needs QLineSeries instance, which defines "upper" boundary of the area. "Lower" boundary is defined by default by axis X. Instead of axis X "lower" boundary can be specified by other line. - In that case QAreaSeries should be initiated with two QLineSerie instances. Please note terms "upper" and "lower" boundary can be misleading in cases + In that case QAreaSeries should be initiated with two QLineSeries instances. Please note terms "upper" and "lower" boundary can be misleading in cases where "lower" boundary had bigger values than the "upper" one, however the main point that area between these two boundary lines will be filled. See the \l {AreaChart Example} {area chart example} to learn how to create a simple area chart. @@ -170,8 +170,7 @@ QAreaSeries::QAreaSeries(QObject *parent) } /*! - Destroys the object. Series added to QChartView or QChart instances are owned by those, - and are deleted when mentioned object are destroyed. + Destroys the object. */ QAreaSeries::~QAreaSeries() {