pub struct Yaxis<'a> { /* private fields */ }Implementations§
Source§impl<'a> Yaxis<'a>
impl<'a> Yaxis<'a>
Sourcepub fn rangemode(&mut self, rangemode: Rangemode) -> &mut Self
pub fn rangemode(&mut self, rangemode: Rangemode) -> &mut Self
Determines whether or not the range of this axis in the rangeslider use the same value than in the main plot when zooming in/out. If auto, the autorange will be used. If fixed, the range is used. If match, the current range of the corresponding y-axis on the main subplot is used.
default: match
Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for Yaxis<'a>
impl<'a> RefUnwindSafe for Yaxis<'a>
impl<'a> Send for Yaxis<'a>
impl<'a> Sync for Yaxis<'a>
impl<'a> Unpin for Yaxis<'a>
impl<'a> UnwindSafe for Yaxis<'a>
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