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