pub struct CT_DLbls {
pub number_format: Option<NumberFormat>,
pub position: Option<DataLabelPosition>,
pub separator: Option<String>,
pub show_legend_key: bool,
pub show_value: bool,
pub show_category_name: bool,
pub show_series_name: bool,
pub show_percent: bool,
pub show_bubble_size: bool,
/* private fields */
}Expand description
Collection-level data-label defaults for one chart series or plot.
Fields§
§number_format: Option<NumberFormat>§position: Option<DataLabelPosition>§separator: Option<String>§show_legend_key: bool§show_value: bool§show_category_name: bool§show_series_name: bool§show_percent: bool§show_bubble_size: boolImplementations§
Trait Implementations§
impl StructuralPartialEq for CT_DLbls
Auto Trait Implementations§
impl Freeze for CT_DLbls
impl RefUnwindSafe for CT_DLbls
impl Send for CT_DLbls
impl Sync for CT_DLbls
impl Unpin for CT_DLbls
impl UnsafeUnpin for CT_DLbls
impl UnwindSafe for CT_DLbls
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