Struct aws_sdk_quicksight::model::LineChartSeriesSettings
source · #[non_exhaustive]pub struct LineChartSeriesSettings { /* private fields */ }
Expand description
The options that determine the presentation of a line series in the visual
Implementations§
source§impl LineChartSeriesSettings
impl LineChartSeriesSettings
sourcepub fn line_style_settings(&self) -> Option<&LineChartLineStyleSettings>
pub fn line_style_settings(&self) -> Option<&LineChartLineStyleSettings>
Line styles options for a line series in LineChartVisual
.
sourcepub fn marker_style_settings(&self) -> Option<&LineChartMarkerStyleSettings>
pub fn marker_style_settings(&self) -> Option<&LineChartMarkerStyleSettings>
Marker styles options for a line series in LineChartVisual
.
source§impl LineChartSeriesSettings
impl LineChartSeriesSettings
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture LineChartSeriesSettings
.
Trait Implementations§
source§impl Clone for LineChartSeriesSettings
impl Clone for LineChartSeriesSettings
source§fn clone(&self) -> LineChartSeriesSettings
fn clone(&self) -> LineChartSeriesSettings
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 Debug for LineChartSeriesSettings
impl Debug for LineChartSeriesSettings
source§impl PartialEq<LineChartSeriesSettings> for LineChartSeriesSettings
impl PartialEq<LineChartSeriesSettings> for LineChartSeriesSettings
source§fn eq(&self, other: &LineChartSeriesSettings) -> bool
fn eq(&self, other: &LineChartSeriesSettings) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.