Struct aws_sdk_quicksight::model::DonutOptions
source · #[non_exhaustive]pub struct DonutOptions { /* private fields */ }
Expand description
The options for configuring a donut chart or pie chart.
Implementations§
source§impl DonutOptions
impl DonutOptions
sourcepub fn arc_options(&self) -> Option<&ArcOptions>
pub fn arc_options(&self) -> Option<&ArcOptions>
The option for define the arc of the chart shape. Valid values are as follows:
-
WHOLE
- A pie chart -
SMALL
- A small-sized donut chart -
MEDIUM
- A medium-sized donut chart -
LARGE
- A large-sized donut chart
sourcepub fn donut_center_options(&self) -> Option<&DonutCenterOptions>
pub fn donut_center_options(&self) -> Option<&DonutCenterOptions>
The label options of the label that is displayed in the center of a donut chart. This option isn't available for pie charts.
source§impl DonutOptions
impl DonutOptions
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DonutOptions
.
Trait Implementations§
source§impl Clone for DonutOptions
impl Clone for DonutOptions
source§fn clone(&self) -> DonutOptions
fn clone(&self) -> DonutOptions
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 DonutOptions
impl Debug for DonutOptions
source§impl PartialEq<DonutOptions> for DonutOptions
impl PartialEq<DonutOptions> for DonutOptions
source§fn eq(&self, other: &DonutOptions) -> bool
fn eq(&self, other: &DonutOptions) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.