#[non_exhaustive]pub struct WordCloudChartConfiguration { /* private fields */ }
Expand description
The configuration of a word cloud visual.
Implementations§
source§impl WordCloudChartConfiguration
impl WordCloudChartConfiguration
sourcepub fn field_wells(&self) -> Option<&WordCloudFieldWells>
pub fn field_wells(&self) -> Option<&WordCloudFieldWells>
The field wells of the visual.
sourcepub fn sort_configuration(&self) -> Option<&WordCloudSortConfiguration>
pub fn sort_configuration(&self) -> Option<&WordCloudSortConfiguration>
The sort configuration of a word cloud visual.
sourcepub fn category_label_options(&self) -> Option<&ChartAxisLabelOptions>
pub fn category_label_options(&self) -> Option<&ChartAxisLabelOptions>
The label options (label text, label visibility, and sort icon visibility) for the word cloud category.
sourcepub fn word_cloud_options(&self) -> Option<&WordCloudOptions>
pub fn word_cloud_options(&self) -> Option<&WordCloudOptions>
The options for a word cloud visual.
source§impl WordCloudChartConfiguration
impl WordCloudChartConfiguration
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture WordCloudChartConfiguration
.
Trait Implementations§
source§impl Clone for WordCloudChartConfiguration
impl Clone for WordCloudChartConfiguration
source§fn clone(&self) -> WordCloudChartConfiguration
fn clone(&self) -> WordCloudChartConfiguration
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 WordCloudChartConfiguration
impl Debug for WordCloudChartConfiguration
source§impl PartialEq<WordCloudChartConfiguration> for WordCloudChartConfiguration
impl PartialEq<WordCloudChartConfiguration> for WordCloudChartConfiguration
source§fn eq(&self, other: &WordCloudChartConfiguration) -> bool
fn eq(&self, other: &WordCloudChartConfiguration) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.