Struct aws_sdk_quicksight::model::ChartAxisLabelOptions
source · #[non_exhaustive]pub struct ChartAxisLabelOptions { /* private fields */ }
Expand description
The label options for an axis on a chart.
Implementations§
source§impl ChartAxisLabelOptions
impl ChartAxisLabelOptions
sourcepub fn visibility(&self) -> Option<&Visibility>
pub fn visibility(&self) -> Option<&Visibility>
The visibility of an axis label on a chart. Choose one of the following options:
-
VISIBLE
: Shows the axis. -
HIDDEN
: Hides the axis.
sourcepub fn sort_icon_visibility(&self) -> Option<&Visibility>
pub fn sort_icon_visibility(&self) -> Option<&Visibility>
The visibility configuration of the sort icon on a chart's axis label.
sourcepub fn axis_label_options(&self) -> Option<&[AxisLabelOptions]>
pub fn axis_label_options(&self) -> Option<&[AxisLabelOptions]>
The label options for a chart axis.
source§impl ChartAxisLabelOptions
impl ChartAxisLabelOptions
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ChartAxisLabelOptions
.
Trait Implementations§
source§impl Clone for ChartAxisLabelOptions
impl Clone for ChartAxisLabelOptions
source§fn clone(&self) -> ChartAxisLabelOptions
fn clone(&self) -> ChartAxisLabelOptions
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 ChartAxisLabelOptions
impl Debug for ChartAxisLabelOptions
source§impl PartialEq<ChartAxisLabelOptions> for ChartAxisLabelOptions
impl PartialEq<ChartAxisLabelOptions> for ChartAxisLabelOptions
source§fn eq(&self, other: &ChartAxisLabelOptions) -> bool
fn eq(&self, other: &ChartAxisLabelOptions) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.