Struct aws_sdk_quicksight::types::HistogramConfiguration
source · #[non_exhaustive]pub struct HistogramConfiguration { /* private fields */ }Expand description
The configuration for a HistogramVisual.
Implementations§
source§impl HistogramConfiguration
impl HistogramConfiguration
sourcepub fn field_wells(&self) -> Option<&HistogramFieldWells>
pub fn field_wells(&self) -> Option<&HistogramFieldWells>
The field well configuration of a histogram.
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 y_axis_display_options(&self) -> Option<&AxisDisplayOptions>
pub fn y_axis_display_options(&self) -> Option<&AxisDisplayOptions>
The options that determine the presentation of the y-axis.
sourcepub fn bin_options(&self) -> Option<&HistogramBinOptions>
pub fn bin_options(&self) -> Option<&HistogramBinOptions>
The options that determine the presentation of histogram bins.
sourcepub fn data_labels(&self) -> Option<&DataLabelOptions>
pub fn data_labels(&self) -> Option<&DataLabelOptions>
The data label configuration of a histogram.
sourcepub fn tooltip(&self) -> Option<&TooltipOptions>
pub fn tooltip(&self) -> Option<&TooltipOptions>
The tooltip configuration of a histogram.
sourcepub fn visual_palette(&self) -> Option<&VisualPalette>
pub fn visual_palette(&self) -> Option<&VisualPalette>
The visual palette configuration of a histogram.
source§impl HistogramConfiguration
impl HistogramConfiguration
sourcepub fn builder() -> HistogramConfigurationBuilder
pub fn builder() -> HistogramConfigurationBuilder
Creates a new builder-style object to manufacture HistogramConfiguration.
Trait Implementations§
source§impl Clone for HistogramConfiguration
impl Clone for HistogramConfiguration
source§fn clone(&self) -> HistogramConfiguration
fn clone(&self) -> HistogramConfiguration
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 HistogramConfiguration
impl Debug for HistogramConfiguration
source§impl PartialEq<HistogramConfiguration> for HistogramConfiguration
impl PartialEq<HistogramConfiguration> for HistogramConfiguration
source§fn eq(&self, other: &HistogramConfiguration) -> bool
fn eq(&self, other: &HistogramConfiguration) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for HistogramConfiguration
Auto Trait Implementations§
impl RefUnwindSafe for HistogramConfiguration
impl Send for HistogramConfiguration
impl Sync for HistogramConfiguration
impl Unpin for HistogramConfiguration
impl UnwindSafe for HistogramConfiguration
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