Struct egui::widgets::plot::Line [−][src]
pub struct Line { /* fields omitted */ }
Expand description
A series of values forming a path.
Implementations
Highlight this line in the plot by scaling up the line and marker size.
Stroke width. A high value means the plot thickens.
Stroke color. Default is Color32::TRANSPARENT
which means a color will be auto-assigned.
Fill the area between this line and a given horizontal reference line.