| 448 | } |
| 449 | |
| 450 | chart2d_impl::chart2d_impl() |
| 451 | : AbstractChart(0.13139f, 0.1008f, 0.0755f, 0.1077f) { |
| 452 | generateChartData(); |
| 453 | generateTickLabels(); |
| 454 | } |
| 455 | |
| 456 | void chart2d_impl::render(const int pWindowId, |
| 457 | const int pX, const int pY, const int pVPW, const int pVPH, |
nothing calls this directly
no outgoing calls
no test coverage detected