Struct plotly::layout::Legend [−][src]
Implementations
impl Legend[src]
pub fn new() -> Legend[src]
pub fn background_color<C: Color>(self, background_color: C) -> Legend[src]
pub fn border_color<C: Color>(self, border_color: C) -> Legend[src]
pub fn border_width(self, border_width: usize) -> Legend[src]
pub fn font(self, font: Font) -> Legend[src]
pub fn orientation(self, orientation: Orientation) -> Legend[src]
pub fn trace_order(self, trace_order: &str) -> Legend[src]
pub fn trace_group_gap(self, trace_group_gap: usize) -> Legend[src]
pub fn item_sizing(self, item_sizing: &str) -> Legend[src]
pub fn item_click(self, item_click: &str) -> Legend[src]
pub fn item_double_click(self, item_double_click: &str) -> Legend[src]
pub fn x(self, x: f64) -> Legend[src]
pub fn x_anchor(self, x_anchor: Anchor) -> Legend[src]
pub fn y(self, y: f64) -> Legend[src]
pub fn y_anchor(self, y_anchor: Anchor) -> Legend[src]
pub fn valign(self, valign: VAlign) -> Legend[src]
pub fn title(self, title: Title) -> Legend[src]
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Legend[src]
impl Send for Legend[src]
impl Sync for Legend[src]
impl Unpin for Legend[src]
impl UnwindSafe for Legend[src]
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
pub fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>[src]
impl<V, T> VZip<V> for T where
V: MultiLane<T>, [src]
V: MultiLane<T>,