Struct aws_sdk_quicksight::model::LineChartConfiguration
source · #[non_exhaustive]pub struct LineChartConfiguration { /* private fields */ }
Expand description
The configuration of a line chart.
Implementations§
source§impl LineChartConfiguration
impl LineChartConfiguration
sourcepub fn field_wells(&self) -> Option<&LineChartFieldWells>
pub fn field_wells(&self) -> Option<&LineChartFieldWells>
The field well configuration of a line chart.
sourcepub fn sort_configuration(&self) -> Option<&LineChartSortConfiguration>
pub fn sort_configuration(&self) -> Option<&LineChartSortConfiguration>
The sort configuration of a line chart.
sourcepub fn forecast_configurations(&self) -> Option<&[ForecastConfiguration]>
pub fn forecast_configurations(&self) -> Option<&[ForecastConfiguration]>
The forecast configuration of a line chart.
sourcepub fn type(&self) -> Option<&LineChartType>
pub fn type(&self) -> Option<&LineChartType>
Determines the type of the line chart.
sourcepub fn small_multiples_options(&self) -> Option<&SmallMultiplesOptions>
pub fn small_multiples_options(&self) -> Option<&SmallMultiplesOptions>
The small multiples setup for the visual.
sourcepub fn x_axis_display_options(&self) -> Option<&AxisDisplayOptions>
pub fn x_axis_display_options(&self) -> Option<&AxisDisplayOptions>
The options that determine the presentation of the x-axis.
sourcepub fn x_axis_label_options(&self) -> Option<&ChartAxisLabelOptions>
pub fn x_axis_label_options(&self) -> Option<&ChartAxisLabelOptions>
The options that determine the presentation of the x-axis label.
sourcepub fn primary_y_axis_display_options(
&self
) -> Option<&LineSeriesAxisDisplayOptions>
pub fn primary_y_axis_display_options(
&self
) -> Option<&LineSeriesAxisDisplayOptions>
The series axis configuration of a line chart.
sourcepub fn primary_y_axis_label_options(&self) -> Option<&ChartAxisLabelOptions>
pub fn primary_y_axis_label_options(&self) -> Option<&ChartAxisLabelOptions>
The options that determine the presentation of the y-axis label.
sourcepub fn secondary_y_axis_display_options(
&self
) -> Option<&LineSeriesAxisDisplayOptions>
pub fn secondary_y_axis_display_options(
&self
) -> Option<&LineSeriesAxisDisplayOptions>
The series axis configuration of a line chart.
sourcepub fn secondary_y_axis_label_options(&self) -> Option<&ChartAxisLabelOptions>
pub fn secondary_y_axis_label_options(&self) -> Option<&ChartAxisLabelOptions>
The options that determine the presentation of the secondary y-axis label.
sourcepub fn default_series_settings(&self) -> Option<&LineChartDefaultSeriesSettings>
pub fn default_series_settings(&self) -> Option<&LineChartDefaultSeriesSettings>
The options that determine the default presentation of all line series in LineChartVisual
.
sourcepub fn series(&self) -> Option<&[SeriesItem]>
pub fn series(&self) -> Option<&[SeriesItem]>
The series item configuration of a line chart.
sourcepub fn legend(&self) -> Option<&LegendOptions>
pub fn legend(&self) -> Option<&LegendOptions>
The legend configuration of a line chart.
sourcepub fn data_labels(&self) -> Option<&DataLabelOptions>
pub fn data_labels(&self) -> Option<&DataLabelOptions>
The data label configuration of a line chart.
sourcepub fn reference_lines(&self) -> Option<&[ReferenceLine]>
pub fn reference_lines(&self) -> Option<&[ReferenceLine]>
The reference lines configuration of a line chart.
sourcepub fn tooltip(&self) -> Option<&TooltipOptions>
pub fn tooltip(&self) -> Option<&TooltipOptions>
The tooltip configuration of a line chart.
sourcepub fn contribution_analysis_defaults(
&self
) -> Option<&[ContributionAnalysisDefault]>
pub fn contribution_analysis_defaults(
&self
) -> Option<&[ContributionAnalysisDefault]>
The default configuration of a line chart's contribution analysis.
sourcepub fn visual_palette(&self) -> Option<&VisualPalette>
pub fn visual_palette(&self) -> Option<&VisualPalette>
The visual palette configuration of a line chart.
source§impl LineChartConfiguration
impl LineChartConfiguration
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture LineChartConfiguration
.
Trait Implementations§
source§impl Clone for LineChartConfiguration
impl Clone for LineChartConfiguration
source§fn clone(&self) -> LineChartConfiguration
fn clone(&self) -> LineChartConfiguration
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Debug for LineChartConfiguration
impl Debug for LineChartConfiguration
source§impl PartialEq<LineChartConfiguration> for LineChartConfiguration
impl PartialEq<LineChartConfiguration> for LineChartConfiguration
source§fn eq(&self, other: &LineChartConfiguration) -> bool
fn eq(&self, other: &LineChartConfiguration) -> bool
self
and other
values to be equal, and is used
by ==
.