pub struct ChartWidget<'a, Message, C, B> where
C: Chart<Message>,
B: Backend + Text, { /* fields omitted */ }
Expand description
pub fn width(self, width: Length) -> Selfpub fn height(self, height: Length) -> Self
fn width(&self) -> Length
Returns the width of the Widget.
Returns the height of the Widget.
Draws the Widget using the associated Renderer.
Returns the overlay of the Widget, if there is any.
impl<T> Any for T where
T: 'static + ?Sized,
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more
impl<T, U> Into<U> for T where
U: From<T>,
The type returned in the event of a conversion error.
The type returned in the event of a conversion error.
impl<V, T> VZip<V> for T where
V: MultiLane<T>,