Right top of the rectangle (position of text)
(&self)
| 42 | |
| 43 | /// Right top of the rectangle (position of text) |
| 44 | fn corner_value(&self) -> PlotPoint { |
| 45 | PlotPoint { |
| 46 | x: self.bounds_max().x, |
| 47 | y: self.bounds_max().y, |
| 48 | } |
| 49 | } |
| 50 | |
| 51 | /// Debug formatting for hovered-over value, if none is specified by the |
| 52 | /// user |
nothing calls this directly
no test coverage detected