[][src]Struct plotly_types::traces::treemap::Pathbar

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

Implementations

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

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

Determines if the path bar is drawn i.e. outside the trace domain and with one pixel gap.

default: true

pub fn side(&mut self, side: Side) -> &mut Self[src]

Determines on which side of the the treemap the pathbar should be presented.

default: top

pub fn edgeshape(&mut self, edgeshape: Edgeshape) -> &mut Self[src]

Determines which shape is used for edges between barpath labels.

default: >

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

Sets the thickness of pathbar (in px). If not specified the pathbar.textfont.size is used with 3 pixles extra padding on each side.

pub fn textfont(&mut self) -> &mut Textfont<'a>[src]

Sets the font used inside pathbar.

Trait Implementations

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

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

Auto Trait Implementations

impl<'a> RefUnwindSafe for Pathbar<'a>

impl<'a> Send for Pathbar<'a>

impl<'a> Sync for Pathbar<'a>

impl<'a> Unpin for Pathbar<'a>

impl<'a> UnwindSafe for Pathbar<'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.