Struct plotly::common::Line[][src]

pub struct Line { /* fields omitted */ }

Implementations

impl Line[src]

pub fn new() -> Line[src]

pub fn width(self, width: f64) -> Line[src]

pub fn shape(self, shape: LineShape) -> Line[src]

pub fn smoothing(self, smoothing: f64) -> Line[src]

pub fn dash(self, dash: DashType) -> Line[src]

pub fn simplify(self, simplify: bool) -> Line[src]

pub fn color<C: Color>(self, color: C) -> Line[src]

pub fn cauto(self, cauto: bool) -> Line[src]

pub fn cmin(self, cmin: f64) -> Line[src]

pub fn cmax(self, cmax: f64) -> Line[src]

pub fn cmid(self, cmid: f64) -> Line[src]

pub fn color_scale(self, color_scale: ColorScale) -> Line[src]

pub fn auto_color_scale(self, auto_color_scale: bool) -> Line[src]

pub fn reverse_scale(self, reverse_scale: bool) -> Line[src]

pub fn outlier_color<C: Color>(self, outlier_color: C) -> Line[src]

pub fn outlier_width(self, outlier_width: usize) -> Line[src]

Trait Implementations

impl Clone for Line[src]

impl Debug for Line[src]

impl Default for Line[src]

impl Serialize for Line[src]

Auto Trait Implementations

impl RefUnwindSafe for Line[src]

impl Send for Line[src]

impl Sync for Line[src]

impl Unpin for Line[src]

impl UnwindSafe for Line[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]