documentation fixed

This commit is contained in:
jkriege2 2020-09-18 12:24:12 +02:00
parent 9dbfd6e173
commit eb9a1d5a92

View File

@ -126,18 +126,18 @@ class JKQTPLOTTER_LIB_EXPORT JKQTPFilledCurveYErrorGraph: public JKQTPFilledCurv
/*! \brief This implements filled curve plots where the area is filled between two data columns for each x-value /** \brief This implements filled curve plots where the area is filled between two data columns for each x-value
\ingroup jkqtplotter_filledgraphs * \ingroup jkqtplotter_filledgraphs
*
With setDrawlines(false): * With \c setDrawlines(false):
\image html JKQTPFilledVerticalRangeGraph.png *
* \image html JKQTPfilledVerticalRangeGraph.png
With setDrawlines(true): *
\image html JKQTPFilledVerticalRangeGraph_WithLines.png * With \c setDrawlines(true):
*
* \image html JKQTPfilledVerticalRangeGraph_WithLines.png
*
\see \ref JKQTPlotterDateTimeAxes * \see \ref JKQTPlotterDateTimeAxes
*/ */
class JKQTPLOTTER_LIB_EXPORT JKQTPFilledVerticalRangeGraph: public JKQTPXYGraph, public JKQTPGraphLineStyleMixin, public JKQTPGraphFillStyleMixin { class JKQTPLOTTER_LIB_EXPORT JKQTPFilledVerticalRangeGraph: public JKQTPXYGraph, public JKQTPGraphLineStyleMixin, public JKQTPGraphFillStyleMixin {
Q_OBJECT Q_OBJECT
@ -180,12 +180,10 @@ class JKQTPLOTTER_LIB_EXPORT JKQTPFilledVerticalRangeGraph: public JKQTPXYGraph,
/** \brief the column that contains the second y-component of the range */ /** \brief the column that contains the second y-component of the range */
int yColumn2; int yColumn2;
/** \brief indicates whether to draw a line or not */ /** \brief indicates whether to draw a line on the circumference of the described area (i.e. along the data points from \c xColumn and \c yColumn as well as \c xColumn and \c yColumn2 or not */
bool drawLine; bool drawLine;
}; };
#endif // jkqtpgraphsfilledcurve_H #endif // jkqtpgraphsfilledcurve_H