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