|
vdk 2.4.0
|
#include <chart.h>
a line chart
| virtual int VDKScatteredChart::isA | ( | ) | [inline, virtual] |
Returns chart_class
Reimplemented from VDKChart.
| void VDKScatteredChart::Plot | ( | VDKPoint & | p, |
| int | i, | ||
| Series * | s | ||
| ) | [virtual] |
Plots data,placeholder for subclasses.
| p | point to be plotted |
| i | i-th point of the series |
| s | series address |
Reimplemented from VDKChart.
1.7.6.1