#[non_exhaustive]pub struct LineChartDefaultSeriesSettingsBuilder { /* private fields */ }
Expand description
A builder for LineChartDefaultSeriesSettings
.
Implementations§
source§impl LineChartDefaultSeriesSettingsBuilder
impl LineChartDefaultSeriesSettingsBuilder
sourcepub fn axis_binding(self, input: AxisBinding) -> Self
pub fn axis_binding(self, input: AxisBinding) -> Self
The axis to which you are binding all line series to.
sourcepub fn set_axis_binding(self, input: Option<AxisBinding>) -> Self
pub fn set_axis_binding(self, input: Option<AxisBinding>) -> Self
The axis to which you are binding all line series to.
sourcepub fn get_axis_binding(&self) -> &Option<AxisBinding>
pub fn get_axis_binding(&self) -> &Option<AxisBinding>
The axis to which you are binding all line series to.
sourcepub fn line_style_settings(self, input: LineChartLineStyleSettings) -> Self
pub fn line_style_settings(self, input: LineChartLineStyleSettings) -> Self
Line styles options for all line series in the visual.
sourcepub fn set_line_style_settings(
self,
input: Option<LineChartLineStyleSettings>
) -> Self
pub fn set_line_style_settings( self, input: Option<LineChartLineStyleSettings> ) -> Self
Line styles options for all line series in the visual.
sourcepub fn get_line_style_settings(&self) -> &Option<LineChartLineStyleSettings>
pub fn get_line_style_settings(&self) -> &Option<LineChartLineStyleSettings>
Line styles options for all line series in the visual.
sourcepub fn marker_style_settings(self, input: LineChartMarkerStyleSettings) -> Self
pub fn marker_style_settings(self, input: LineChartMarkerStyleSettings) -> Self
Marker styles options for all line series in the visual.
sourcepub fn set_marker_style_settings(
self,
input: Option<LineChartMarkerStyleSettings>
) -> Self
pub fn set_marker_style_settings( self, input: Option<LineChartMarkerStyleSettings> ) -> Self
Marker styles options for all line series in the visual.
sourcepub fn get_marker_style_settings(&self) -> &Option<LineChartMarkerStyleSettings>
pub fn get_marker_style_settings(&self) -> &Option<LineChartMarkerStyleSettings>
Marker styles options for all line series in the visual.
sourcepub fn build(self) -> LineChartDefaultSeriesSettings
pub fn build(self) -> LineChartDefaultSeriesSettings
Consumes the builder and constructs a LineChartDefaultSeriesSettings
.
Trait Implementations§
source§impl Clone for LineChartDefaultSeriesSettingsBuilder
impl Clone for LineChartDefaultSeriesSettingsBuilder
source§fn clone(&self) -> LineChartDefaultSeriesSettingsBuilder
fn clone(&self) -> LineChartDefaultSeriesSettingsBuilder
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Default for LineChartDefaultSeriesSettingsBuilder
impl Default for LineChartDefaultSeriesSettingsBuilder
source§fn default() -> LineChartDefaultSeriesSettingsBuilder
fn default() -> LineChartDefaultSeriesSettingsBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for LineChartDefaultSeriesSettingsBuilder
impl PartialEq for LineChartDefaultSeriesSettingsBuilder
source§fn eq(&self, other: &LineChartDefaultSeriesSettingsBuilder) -> bool
fn eq(&self, other: &LineChartDefaultSeriesSettingsBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for LineChartDefaultSeriesSettingsBuilder
Auto Trait Implementations§
impl RefUnwindSafe for LineChartDefaultSeriesSettingsBuilder
impl Send for LineChartDefaultSeriesSettingsBuilder
impl Sync for LineChartDefaultSeriesSettingsBuilder
impl Unpin for LineChartDefaultSeriesSettingsBuilder
impl UnwindSafe for LineChartDefaultSeriesSettingsBuilder
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Creates a shared type from an unshared type.