Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/donkeyteethUX/iced_plot
/ line_solid
Method
line_solid
src/series.rs:485–487 ·
view source on GitHub ↗
Set solid line style.
(self)
Source
from the content-addressed store, hash-verified
483
484
/// Set solid line style.
485
pub fn line_solid(self) -> Self {
486
self.line_type(LineType::Solid)
487
}
488
489
/// Set dotted line style with given spacing.
490
pub fn line_dotted(self, spacing: f32) -> Self {
Callers
nothing calls this directly
Calls
1
line_type
Method · 0.80
Tested by
no test coverage detected