#[non_exhaustive]pub struct LineChartAggregatedFieldWells { /* private fields */ }
Expand description
The field well configuration of a line chart.
Implementations§
source§impl LineChartAggregatedFieldWells
impl LineChartAggregatedFieldWells
sourcepub fn category(&self) -> Option<&[DimensionField]>
pub fn category(&self) -> Option<&[DimensionField]>
The category field wells of a line chart. Values are grouped by category fields.
sourcepub fn values(&self) -> Option<&[MeasureField]>
pub fn values(&self) -> Option<&[MeasureField]>
The value field wells of a line chart. Values are aggregated based on categories.
sourcepub fn colors(&self) -> Option<&[DimensionField]>
pub fn colors(&self) -> Option<&[DimensionField]>
The color field wells of a line chart. Values are grouped by category fields.
sourcepub fn small_multiples(&self) -> Option<&[DimensionField]>
pub fn small_multiples(&self) -> Option<&[DimensionField]>
The small multiples field well of a line chart.
source§impl LineChartAggregatedFieldWells
impl LineChartAggregatedFieldWells
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture LineChartAggregatedFieldWells
.
Trait Implementations§
source§impl Clone for LineChartAggregatedFieldWells
impl Clone for LineChartAggregatedFieldWells
source§fn clone(&self) -> LineChartAggregatedFieldWells
fn clone(&self) -> LineChartAggregatedFieldWells
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<LineChartAggregatedFieldWells> for LineChartAggregatedFieldWells
impl PartialEq<LineChartAggregatedFieldWells> for LineChartAggregatedFieldWells
source§fn eq(&self, other: &LineChartAggregatedFieldWells) -> bool
fn eq(&self, other: &LineChartAggregatedFieldWells) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.