| 227 | } |
| 228 | |
| 229 | void AbstractChart::setLegendPosition(const float pX, const float pY) |
| 230 | { |
| 231 | mLegendX = pX; |
| 232 | mLegendY = pY; |
| 233 | } |
| 234 | |
| 235 | float AbstractChart::xmax() const { return mXMax; } |
| 236 | float AbstractChart::xmin() const { return mXMin; } |
nothing calls this directly
no outgoing calls
no test coverage detected