Struct aws_sdk_quicksight::model::LegendOptions
source · #[non_exhaustive]pub struct LegendOptions { /* private fields */ }
Expand description
The options for the legend setup of a visual.
Implementations§
source§impl LegendOptions
impl LegendOptions
sourcepub fn visibility(&self) -> Option<&Visibility>
pub fn visibility(&self) -> Option<&Visibility>
Determines whether or not the legend is visible.
sourcepub fn title(&self) -> Option<&LabelOptions>
pub fn title(&self) -> Option<&LabelOptions>
The custom title for the legend.
sourcepub fn position(&self) -> Option<&LegendPosition>
pub fn position(&self) -> Option<&LegendPosition>
The positions for the legend. Choose one of the following options:
-
AUTO
-
RIGHT
-
BOTTOM
-
LEFT
source§impl LegendOptions
impl LegendOptions
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture LegendOptions
.
Trait Implementations§
source§impl Clone for LegendOptions
impl Clone for LegendOptions
source§fn clone(&self) -> LegendOptions
fn clone(&self) -> LegendOptions
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 LegendOptions
impl Debug for LegendOptions
source§impl PartialEq<LegendOptions> for LegendOptions
impl PartialEq<LegendOptions> for LegendOptions
source§fn eq(&self, other: &LegendOptions) -> bool
fn eq(&self, other: &LegendOptions) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.