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

Method solid

src/series.rs:53–55  ·  view source on GitHub ↗

Create a solid line style with the default width of 1 logical pixel.

()

Source from the content-addressed store, hash-verified

51
52 /// Create a solid line style with the default width of 1 logical pixel.
53 pub fn solid() -> Self {
54 Self::default()
55 }
56
57 /// Create a dotted line style with the given dot spacing in logical pixels.
58 pub fn dotted(spacing: f32) -> Self {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected