pub struct CT_Chart {
pub title: Option<CT_Title>,
pub auto_title_deleted: bool,
pub plot_area: CT_PlotArea,
pub legend: Option<CT_Legend>,
pub plot_vis_only: bool,
pub disp_blanks_as: DispBlanksAs,
/* private fields */
}Expand description
The implemented behavior-bearing core of one c:chart.
Fields§
§title: Option<CT_Title>§auto_title_deleted: bool§plot_area: CT_PlotArea§legend: Option<CT_Legend>§plot_vis_only: bool§disp_blanks_as: DispBlanksAsImplementations§
Source§impl CT_Chart
impl CT_Chart
pub fn raw_children(&self) -> &OrderedRawChildren
Trait Implementations§
impl StructuralPartialEq for CT_Chart
Auto Trait Implementations§
impl Freeze for CT_Chart
impl RefUnwindSafe for CT_Chart
impl Send for CT_Chart
impl Sync for CT_Chart
impl Unpin for CT_Chart
impl UnsafeUnpin for CT_Chart
impl UnwindSafe for CT_Chart
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