Home
last modified time | relevance | path

Searched defs:donut_hole (Results 1 – 1 of 1) sorted by relevance

/external/rust/android-crates-io/crates/plotters/src/element/
Dpie.rs34 donut_hole: f64, // radius of the hole in case of a donut chart field
100 pub fn donut_hole(&mut self, hole_radius: f64) { in donut_hole() method