pub struct Chart<'a> { /* fields omitted */ }
Expand description
Creates a new Chart object.
Panics if width or height is less than 32.
Prints canvas content with some additional visual elements (like borders).
Draws a line chart of points connected by straight line segments using the specified color
Returns the “default value” for a type. Read more
Draws a line chart of points connected by straight line segments.
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.