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

Class MarkerStyle

src/series.rs:155–160  ·  view source on GitHub ↗

Marker styling options for series points. Defines how individual data points are rendered.

Source from the content-addressed store, hash-verified

153///
154/// Defines how individual data points are rendered.
155pub struct MarkerStyle {
156 /// Size of the marker in pixels or world units.
157 pub size: Size,
158 /// Shape of the marker.
159 pub marker_type: MarkerType,
160}
161
162impl Default for MarkerStyle {
163 fn default() -> Self {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected