pub struct ColorAxis { /* private fields */ }
Implementations§
Source§impl ColorAxis
impl ColorAxis
pub fn cauto(self, value: bool) -> Self
pub fn cmin(self, value: f64) -> Self
pub fn cmax(self, value: f64) -> Self
pub fn cmid(self, value: f64) -> Self
pub fn color_scale(self, value: ColorScale) -> Self
pub fn auto_color_scale(self, value: bool) -> Self
pub fn reverse_scale(self, value: bool) -> Self
pub fn show_scale(self, value: bool) -> Self
pub fn color_bar(self, value: ColorBar) -> Self
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ColorAxis
impl !RefUnwindSafe for ColorAxis
impl Send for ColorAxis
impl Sync for ColorAxis
impl Unpin for ColorAxis
impl !UnwindSafe for ColorAxis
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