Struct egui::widgets::plot::Polygon[][src]

pub struct Polygon { /* fields omitted */ }
Expand description

A convex polygon.

Implementations

Highlight this polygon in the plot by scaling up the stroke and reducing the fill transparency.

Add a custom stroke.

Set the stroke width.

Stroke color. Default is Color32::TRANSPARENT which means a color will be auto-assigned.

Alpha of the filled area.

Set the outline’s style. Default is LineStyle::Solid.

Name of this polygon.

This name will show up in the plot legend, if legends are turned on.

Multiple plot items may share the same name, in which case they will also share an entry in the legend.

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.