pub struct ChartArea {
pub bounds: (f64, f64, f64, f64),
pub plot_area: (f64, f64, f64, f64),
pub margins: (f64, f64, f64, f64),
}Expand description
Chart area dimensions
Fields§
§bounds: (f64, f64, f64, f64)Chart bounds
plot_area: (f64, f64, f64, f64)Plot area
margins: (f64, f64, f64, f64)Margins
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ChartArea
impl RefUnwindSafe for ChartArea
impl Send for ChartArea
impl Sync for ChartArea
impl Unpin for ChartArea
impl UnwindSafe for ChartArea
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more