#[non_exhaustive]pub struct FunnelChartConfiguration { /* private fields */ }
Expand description
The configuration of a FunnelChartVisual
.
Implementations§
source§impl FunnelChartConfiguration
impl FunnelChartConfiguration
sourcepub fn field_wells(&self) -> Option<&FunnelChartFieldWells>
pub fn field_wells(&self) -> Option<&FunnelChartFieldWells>
The field well configuration of a FunnelChartVisual
.
sourcepub fn sort_configuration(&self) -> Option<&FunnelChartSortConfiguration>
pub fn sort_configuration(&self) -> Option<&FunnelChartSortConfiguration>
The sort configuration of a FunnelChartVisual
.
sourcepub fn category_label_options(&self) -> Option<&ChartAxisLabelOptions>
pub fn category_label_options(&self) -> Option<&ChartAxisLabelOptions>
The label options of the categories that are displayed in a FunnelChartVisual
.
sourcepub fn value_label_options(&self) -> Option<&ChartAxisLabelOptions>
pub fn value_label_options(&self) -> Option<&ChartAxisLabelOptions>
The label options for the values that are displayed in a FunnelChartVisual
.
sourcepub fn tooltip(&self) -> Option<&TooltipOptions>
pub fn tooltip(&self) -> Option<&TooltipOptions>
The tooltip configuration of a FunnelChartVisual
.
sourcepub fn data_label_options(&self) -> Option<&FunnelChartDataLabelOptions>
pub fn data_label_options(&self) -> Option<&FunnelChartDataLabelOptions>
The options that determine the presentation of the data labels.
sourcepub fn visual_palette(&self) -> Option<&VisualPalette>
pub fn visual_palette(&self) -> Option<&VisualPalette>
The visual palette configuration of a FunnelChartVisual
.
source§impl FunnelChartConfiguration
impl FunnelChartConfiguration
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture FunnelChartConfiguration
.
Trait Implementations§
source§impl Clone for FunnelChartConfiguration
impl Clone for FunnelChartConfiguration
source§fn clone(&self) -> FunnelChartConfiguration
fn clone(&self) -> FunnelChartConfiguration
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 FunnelChartConfiguration
impl Debug for FunnelChartConfiguration
source§impl PartialEq<FunnelChartConfiguration> for FunnelChartConfiguration
impl PartialEq<FunnelChartConfiguration> for FunnelChartConfiguration
source§fn eq(&self, other: &FunnelChartConfiguration) -> bool
fn eq(&self, other: &FunnelChartConfiguration) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.