pub struct ColorAxis { /* private fields */ }
Implementations§
Source§impl ColorAxis
impl ColorAxis
pub fn new() -> ColorAxis
pub fn cauto(self, cauto: bool) -> ColorAxis
pub fn cmin(self, cmin: f64) -> ColorAxis
pub fn cmax(self, cmax: f64) -> ColorAxis
pub fn cmid(self, cmid: f64) -> ColorAxis
pub fn color_scale(self, color_scale: ColorScale) -> ColorAxis
pub fn auto_color_scale(self, auto_color_scale: bool) -> ColorAxis
pub fn reverse_scale(self, reverse_scale: bool) -> ColorAxis
pub fn show_scale(self, show_scale: bool) -> ColorAxis
pub fn color_bar(self, color_bar: ColorBar) -> ColorAxis
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