[][src]Struct plotly_types::traces::violin::Meanline

pub struct Meanline<'a> { /* fields omitted */ }

Implementations

impl<'a> Meanline<'a>[src]

pub fn visible(&mut self, visible: bool) -> &mut Self[src]

Determines if a line corresponding to the sample's mean is shown inside the violins. If box.visible is turned on, the mean line is drawn inside the inner box. Otherwise, the mean line is drawn from one side of the violin to other.

default: false

pub fn color(&mut self, color: &'a str) -> &mut Self[src]

Sets the mean line color.

pub fn width(&mut self, width: f64) -> &mut Self[src]

Sets the mean line width.

Trait Implementations

impl<'a> Default for Meanline<'a>[src]

impl<'a> Serialize for Meanline<'a>[src]

Auto Trait Implementations

impl<'a> RefUnwindSafe for Meanline<'a>

impl<'a> Send for Meanline<'a>

impl<'a> Sync for Meanline<'a>

impl<'a> Unpin for Meanline<'a>

impl<'a> UnwindSafe for Meanline<'a>

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, 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.