mirror of
https://github.com/jkriege2/JKQtPlotter.git
synced 2025-01-12 17:00:32 +08:00
docfix
This commit is contained in:
parent
94fcd02913
commit
3736747173
@ -32,7 +32,7 @@
|
|||||||
#include "jkqtplotter/graphs/jkqtpbarchartbase.h"
|
#include "jkqtplotter/graphs/jkqtpbarchartbase.h"
|
||||||
|
|
||||||
|
|
||||||
/*! \brief This implements a bar graph with bars starting at \f$ yoverride \f$ to \f$ y=f(x) \f$
|
/*! \brief This implements a vertical bar graph with bars between \f$ y=\mbox{baseline} \f$ and \f$ y=f(x) \f$
|
||||||
\ingroup jkqtplotter_barcharts
|
\ingroup jkqtplotter_barcharts
|
||||||
|
|
||||||
This class plots a bargraph. This image explains the parameters:
|
This class plots a bargraph. This image explains the parameters:
|
||||||
@ -125,7 +125,7 @@ class JKQTPLOTTER_LIB_EXPORT JKQTPBarVerticalGraph: public JKQTPBarGraphBase {
|
|||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
/*! \brief This implements a bar graph with bars starting at \f$ yoverride \f$ to \f$ y=f(x) \f$
|
/*! \brief This implements a vertical bar graph with bars between \f$ y=\mbox{baseline} \f$ and \f$ y=f(x) \f$
|
||||||
* and error indicator
|
* and error indicator
|
||||||
* \ingroup jkqtplotter_barcharts
|
* \ingroup jkqtplotter_barcharts
|
||||||
*
|
*
|
||||||
@ -184,7 +184,7 @@ class JKQTPLOTTER_LIB_EXPORT JKQTPBarVerticalErrorGraph: public JKQTPBarVertical
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
/*! \brief This implements a bar graph with bars starting at \f$ xoverride \f$ to \f$ x=f(y) \f$
|
/*! \brief This implements a horizontal bar graph with bars between \f$ x=\mbox{baseline} \f$ and \f$ x=f(y) \f$
|
||||||
\ingroup jkqtplotter_barcharts
|
\ingroup jkqtplotter_barcharts
|
||||||
|
|
||||||
This works much the same as JKQTPBarHorizontalGraph. Here is an example output:
|
This works much the same as JKQTPBarHorizontalGraph. Here is an example output:
|
||||||
@ -270,7 +270,7 @@ class JKQTPLOTTER_LIB_EXPORT JKQTPBarHorizontalGraph: public JKQTPBarGraphBase {
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
/*! \brief This implements a bar graph with bars starting at \f$ xoverride \f$ to \f$ x=f(y) \f$
|
/*! \brief This implements a horizontal bar graph with bars between \f$ x=\mbox{baseline} \f$ and \f$ x=f(y) \f$
|
||||||
* and error indicator
|
* and error indicator
|
||||||
* \ingroup jkqtplotter_barcharts
|
* \ingroup jkqtplotter_barcharts
|
||||||
*
|
*
|
||||||
@ -339,7 +339,7 @@ class JKQTPLOTTER_LIB_EXPORT JKQTPBarHorizontalErrorGraph: public JKQTPBarHorizo
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
/*! \brief This implements a bar graph with bars starting at \f$ yoverride \f$ to \f$ y=f(x) \f$
|
/*! \brief This implements a vertical bar graph with bars between \f$ y=\mbox{baseline} \f$ and \f$ y=f(x) \f$
|
||||||
* Optionally several graphs of this type may be stacked on top of each other
|
* Optionally several graphs of this type may be stacked on top of each other
|
||||||
* \ingroup jkqtplotter_barcharts
|
* \ingroup jkqtplotter_barcharts
|
||||||
*
|
*
|
||||||
@ -388,7 +388,7 @@ class JKQTPLOTTER_LIB_EXPORT JKQTPBarVerticalStackableGraph: public JKQTPBarVert
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
/*! \brief This implements a bar graph with bars starting at \f$ yoverride \f$ to \f$ y=f(x) \f$
|
/*! \brief This implements a horizontal bar graph with bars between \f$ x=\mbox{baseline} \f$ and \f$ x=f(y) \f$
|
||||||
* Optionally several graphs of this type may be stacked on top of each other
|
* Optionally several graphs of this type may be stacked on top of each other
|
||||||
* \ingroup jkqtplotter_barcharts
|
* \ingroup jkqtplotter_barcharts
|
||||||
*
|
*
|
||||||
|
Loading…
Reference in New Issue
Block a user