Struct plotters_iced::ChartWidget[][src]

pub struct ChartWidget<'a, Message, C, B> where
    C: Chart<Message>,
    B: Backend + Text
{ /* fields omitted */ }
Expand description

Chart container, turns Charts to Widgets

Implementations

Trait Implementations

Performs the conversion.

Returns the width of the Widget.

Returns the height of the Widget.

Returns the Node of the Widget. Read more

Draws the Widget using the associated Renderer.

Processes a runtime Event. Read more

Computes the layout hash of the Widget. Read more

Returns the overlay of the Widget, if there is any.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.