Struct aws_sdk_quicksight::model::GaugeChartConfiguration
source · #[non_exhaustive]pub struct GaugeChartConfiguration { /* private fields */ }
Expand description
The configuration of a GaugeChartVisual
.
Implementations§
source§impl GaugeChartConfiguration
impl GaugeChartConfiguration
sourcepub fn field_wells(&self) -> Option<&GaugeChartFieldWells>
pub fn field_wells(&self) -> Option<&GaugeChartFieldWells>
The field well configuration of a GaugeChartVisual
.
sourcepub fn gauge_chart_options(&self) -> Option<&GaugeChartOptions>
pub fn gauge_chart_options(&self) -> Option<&GaugeChartOptions>
The options that determine the presentation of the GaugeChartVisual
.
sourcepub fn data_labels(&self) -> Option<&DataLabelOptions>
pub fn data_labels(&self) -> Option<&DataLabelOptions>
The data label configuration of a GaugeChartVisual
.
sourcepub fn tooltip_options(&self) -> Option<&TooltipOptions>
pub fn tooltip_options(&self) -> Option<&TooltipOptions>
The tooltip configuration of a GaugeChartVisual
.
sourcepub fn visual_palette(&self) -> Option<&VisualPalette>
pub fn visual_palette(&self) -> Option<&VisualPalette>
The visual palette configuration of a GaugeChartVisual
.
source§impl GaugeChartConfiguration
impl GaugeChartConfiguration
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GaugeChartConfiguration
.
Trait Implementations§
source§impl Clone for GaugeChartConfiguration
impl Clone for GaugeChartConfiguration
source§fn clone(&self) -> GaugeChartConfiguration
fn clone(&self) -> GaugeChartConfiguration
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 GaugeChartConfiguration
impl Debug for GaugeChartConfiguration
source§impl PartialEq<GaugeChartConfiguration> for GaugeChartConfiguration
impl PartialEq<GaugeChartConfiguration> for GaugeChartConfiguration
source§fn eq(&self, other: &GaugeChartConfiguration) -> bool
fn eq(&self, other: &GaugeChartConfiguration) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.