Struct plotly::common::ColorBar[][src]

pub struct ColorBar { /* fields omitted */ }

Implementations

impl ColorBar[src]

pub fn new() -> ColorBar[src]

pub fn thickness_mode(self, thickness_mode: ThicknessMode) -> ColorBar[src]

pub fn thickness(self, thickness: usize) -> ColorBar[src]

pub fn len_mode(self, len_mode: ThicknessMode) -> ColorBar[src]

pub fn len(self, len: usize) -> ColorBar[src]

pub fn x(self, x: f64) -> ColorBar[src]

pub fn x_anchor(self, x_anchor: Anchor) -> ColorBar[src]

pub fn x_pad(self, x_pad: f64) -> ColorBar[src]

pub fn y(self, y: f64) -> ColorBar[src]

pub fn y_anchor(self, y_anchor: Anchor) -> ColorBar[src]

pub fn y_pad(self, y_pad: f64) -> ColorBar[src]

pub fn outline_color<C: Color>(self, outline_color: C) -> ColorBar[src]

pub fn outline_width(self, outline_width: usize) -> ColorBar[src]

pub fn border_color<C: Color>(self, border_color: C) -> ColorBar[src]

pub fn border_width(self, border_width: usize) -> ColorBar[src]

pub fn background_color<C: Color>(self, background_color: C) -> ColorBar[src]

pub fn tick_mode(self, tick_mode: TickMode) -> ColorBar[src]

pub fn n_ticks(self, n_ticks: usize) -> ColorBar[src]

pub fn tick0(self, tick0: f64) -> ColorBar[src]

pub fn dtick(self, dtick: f64) -> ColorBar[src]

pub fn tick_vals(self, tick_vals: Vec<f64>) -> ColorBar[src]

pub fn tick_text(self, tick_text: Vec<String>) -> ColorBar[src]

pub fn ticks(self, ticks: &str) -> ColorBar[src]

pub fn tick_len(self, tick_len: usize) -> ColorBar[src]

pub fn tick_width(self, tick_width: usize) -> ColorBar[src]

pub fn tick_color<C: Color>(self, tick_color: C) -> ColorBar[src]

pub fn show_tick_labels(self, show_tick_labels: bool) -> ColorBar[src]

pub fn tick_font(self, tick_font: Font) -> ColorBar[src]

pub fn tick_angle(self, tick_angle: f64) -> ColorBar[src]

pub fn tick_format(self, tick_format: &str) -> ColorBar[src]

pub fn tick_format_stops(
    self,
    tick_format_stops: Vec<TickFormatStop>
) -> ColorBar
[src]

pub fn tick_prefix(self, tick_prefix: &str) -> ColorBar[src]

pub fn show_tick_prefix(self, show_tick_prefix: &str) -> ColorBar[src]

pub fn tick_suffix(self, tick_suffix: &str) -> ColorBar[src]

pub fn show_tick_suffix(self, show_tick_suffix: &str) -> ColorBar[src]

pub fn separate_thousands(self, separate_thousands: bool) -> ColorBar[src]

pub fn exponent_format(self, exponent_format: ExponentFormat) -> ColorBar[src]

pub fn show_exponent(self, show_exponent: &str) -> ColorBar[src]

pub fn title(self, title: Title) -> ColorBar[src]

Trait Implementations

impl Clone for ColorBar[src]

impl Debug for ColorBar[src]

impl Default for ColorBar[src]

impl Serialize for ColorBar[src]

Auto Trait Implementations

impl RefUnwindSafe for ColorBar[src]

impl Send for ColorBar[src]

impl Sync for ColorBar[src]

impl Unpin for ColorBar[src]

impl UnwindSafe for ColorBar[src]

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<V, T> VZip<V> for T where
    V: MultiLane<T>, 
[src]