pub struct DataLabels { /* private fields */ }Implementations§
Source§impl DataLabels
impl DataLabels
pub fn get_show_legend_key(&self) -> &ShowLegendKey
pub fn get_show_legend_key_mut(&mut self) -> &mut ShowLegendKey
pub fn set_show_legend_key(&mut self, value: ShowLegendKey) -> &mut Self
pub fn get_show_value(&self) -> &ShowValue
pub fn get_show_value_mut(&mut self) -> &mut ShowValue
pub fn set_show_value(&mut self, value: ShowValue) -> &mut Self
pub fn get_show_category_name(&self) -> &ShowCategoryName
pub fn get_show_category_name_mut(&mut self) -> &mut ShowCategoryName
pub fn set_show_category_name(&mut self, value: ShowCategoryName) -> &mut Self
pub fn get_show_series_name(&self) -> &ShowSeriesName
pub fn get_show_series_name_mut(&mut self) -> &mut ShowSeriesName
pub fn set_show_series_name(&mut self, value: ShowSeriesName) -> &mut Self
pub fn get_show_percent(&self) -> &ShowPercent
pub fn get_show_percent_mut(&mut self) -> &mut ShowPercent
pub fn set_show_percent(&mut self, value: ShowPercent) -> &mut Self
pub fn get_show_bubble_size(&self) -> &ShowBubbleSize
pub fn get_show_bubble_size_mut(&mut self) -> &mut ShowBubbleSize
pub fn set_show_bubble_size(&mut self, value: ShowBubbleSize) -> &mut Self
pub fn get_show_leader_lines(&self) -> Option<&ShowLeaderLines>
pub fn get_show_leader_lines_mut(&mut self) -> Option<&mut ShowLeaderLines>
pub fn set_show_leader_lines(&mut self, value: ShowLeaderLines) -> &mut Self
pub fn get_text_properties(&self) -> Option<&TextProperties>
pub fn get_text_properties_mut(&mut self) -> Option<&mut TextProperties>
pub fn set_text_properties(&mut self, value: TextProperties) -> &mut Self
Trait Implementations§
Source§impl Clone for DataLabels
impl Clone for DataLabels
Source§fn clone(&self) -> DataLabels
fn clone(&self) -> DataLabels
Returns a duplicate 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 DataLabels
impl Debug for DataLabels
Source§impl Default for DataLabels
impl Default for DataLabels
Source§fn default() -> DataLabels
fn default() -> DataLabels
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for DataLabels
impl RefUnwindSafe for DataLabels
impl Send for DataLabels
impl Sync for DataLabels
impl Unpin for DataLabels
impl UnwindSafe for DataLabels
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more