| 1070 | BASIC_SHARED_D_READER_IMPL(CartesianPlot, QString, theme, theme) |
| 1071 | |
| 1072 | Line* CartesianPlot::cursorLine() const { |
| 1073 | Q_D(const CartesianPlot); |
| 1074 | return d->cursorLine; |
| 1075 | } |
| 1076 | |
| 1077 | /*! |
| 1078 | returns the actual bounding rectangular of the plot area showing data (plot's rectangular minus padding) |