MCPcopy Create free account
hub / github.com/donkeyteethUX/iced_plot / LineStyle

Class LineStyle

src/series.rs:30–35  ·  view source on GitHub ↗

Line styling options for series lines. Defines how individual lines are rendered.

Source from the content-addressed store, hash-verified

28///
29/// Defines how individual lines are rendered.
30pub struct LineStyle {
31 /// Width of the line in pixels or world units.
32 pub width: Size,
33 /// Shape of the line.
34 pub line_type: LineType,
35}
36
37impl Default for LineStyle {
38 fn default() -> Self {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected