#[non_exhaustive]pub struct WaterfallChartSortConfiguration { /* private fields */ }
Expand description
The sort configuration of a waterfall visual.
Implementations§
source§impl WaterfallChartSortConfiguration
impl WaterfallChartSortConfiguration
sourcepub fn category_sort(&self) -> Option<&[FieldSortOptions]>
pub fn category_sort(&self) -> Option<&[FieldSortOptions]>
The sort configuration of the category fields.
sourcepub fn breakdown_items_limit(&self) -> Option<&ItemsLimitConfiguration>
pub fn breakdown_items_limit(&self) -> Option<&ItemsLimitConfiguration>
The limit on the number of bar groups that are displayed.
source§impl WaterfallChartSortConfiguration
impl WaterfallChartSortConfiguration
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture WaterfallChartSortConfiguration
.
Trait Implementations§
source§impl Clone for WaterfallChartSortConfiguration
impl Clone for WaterfallChartSortConfiguration
source§fn clone(&self) -> WaterfallChartSortConfiguration
fn clone(&self) -> WaterfallChartSortConfiguration
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 PartialEq<WaterfallChartSortConfiguration> for WaterfallChartSortConfiguration
impl PartialEq<WaterfallChartSortConfiguration> for WaterfallChartSortConfiguration
source§fn eq(&self, other: &WaterfallChartSortConfiguration) -> bool
fn eq(&self, other: &WaterfallChartSortConfiguration) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.