#[non_exhaustive]pub struct ReferenceLineValueLabelConfiguration { /* private fields */ }
Expand description
The value label configuration of the label in a reference line.
Implementations§
source§impl ReferenceLineValueLabelConfiguration
impl ReferenceLineValueLabelConfiguration
sourcepub fn relative_position(
&self
) -> Option<&ReferenceLineValueLabelRelativePosition>
pub fn relative_position(
&self
) -> Option<&ReferenceLineValueLabelRelativePosition>
The relative position of the value label. Choose one of the following options:
-
BEFORE_CUSTOM_LABEL
-
AFTER_CUSTOM_LABEL
sourcepub fn format_configuration(&self) -> Option<&NumericFormatConfiguration>
pub fn format_configuration(&self) -> Option<&NumericFormatConfiguration>
The format configuration of the value label.
source§impl ReferenceLineValueLabelConfiguration
impl ReferenceLineValueLabelConfiguration
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ReferenceLineValueLabelConfiguration
.
Trait Implementations§
source§impl Clone for ReferenceLineValueLabelConfiguration
impl Clone for ReferenceLineValueLabelConfiguration
source§fn clone(&self) -> ReferenceLineValueLabelConfiguration
fn clone(&self) -> ReferenceLineValueLabelConfiguration
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<ReferenceLineValueLabelConfiguration> for ReferenceLineValueLabelConfiguration
impl PartialEq<ReferenceLineValueLabelConfiguration> for ReferenceLineValueLabelConfiguration
source§fn eq(&self, other: &ReferenceLineValueLabelConfiguration) -> bool
fn eq(&self, other: &ReferenceLineValueLabelConfiguration) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.