pub struct Line { /* private fields */ }
Implementations§
Source§impl Line
impl Line
pub fn new() -> Line
pub fn width(self, width: f64) -> Line
pub fn shape(self, shape: LineShape) -> Line
pub fn smoothing(self, smoothing: f64) -> Line
pub fn dash(self, dash: DashType) -> Line
pub fn simplify(self, simplify: bool) -> Line
pub fn color<C: Color>(self, color: C) -> Line
pub fn cauto(self, cauto: bool) -> Line
pub fn cmin(self, cmin: f64) -> Line
pub fn cmax(self, cmax: f64) -> Line
pub fn cmid(self, cmid: f64) -> Line
pub fn color_scale(self, color_scale: ColorScale) -> Line
pub fn auto_color_scale(self, auto_color_scale: bool) -> Line
pub fn reverse_scale(self, reverse_scale: bool) -> Line
pub fn outlier_color<C: Color>(self, outlier_color: C) -> Line
pub fn outlier_width(self, outlier_width: usize) -> Line
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Line
impl RefUnwindSafe for Line
impl Send for Line
impl Sync for Line
impl Unpin for Line
impl UnwindSafe for Line
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