|
LibEngsas
|
#include "echarts.h"#include "echartbase.h"#include "echartvalues.h"#include <QMap>#include <QColor>#include <QVariant>
Include dependency graph for echartline.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | EChartLine |
| A EWidget to display line chartsThe title of the whole chart can be set by setTitle(). Afterwards set the title of the x- (setXTitle()) and y-axis (setYTitle()). Now configure the x- and y-axis with setXTicks() and setYTicks(). The chart is configured now and you can add lines with addDataSet(). Make sure, that the values are added in the order of x- and y-ticks. If x-ticks and y-ticks are not numeric, x- and y-values can only contain exactly the values from x-ticks and y-ticks. More... | |
1.8.15