MCPcopy Create free account
hub / github.com/emilk/egui_plot / corner_value

Method corner_value

egui_plot/src/rect_elem.rs:44–49  ·  view source on GitHub ↗

Right top of the rectangle (position of text)

(&self)

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Implementers 2

bar_chart.rsegui_plot/src/items/bar_chart.rs
box_plot.rsegui_plot/src/items/box_plot.rs

Calls 1

bounds_maxMethod · 0.45

Tested by

no test coverage detected