[][src]Struct umya_spreadsheet::structs::chart::Chart

pub struct Chart { /* fields omitted */ }

Implementations

impl Chart[src]

pub const LANG_EN_GB: &'static str[src]

pub const LANG_JA_JP: &'static str[src]

pub fn get_name(&self) -> &str[src]

pub fn get_title(&self) -> &Option<Title>[src]

pub fn get_lang(&self) -> &str[src]

pub fn get_legend(&self) -> &Legend[src]

pub fn get_plot_area(&self) -> &PlotArea[src]

pub fn get_plot_visible_only(&self) -> &bool[src]

pub fn get_display_blanks_as(&self) -> &str[src]

pub fn get_chart_axis_y(&self) -> &Axis[src]

pub fn get_chart_axis_x(&self) -> &Axis[src]

pub fn get_major_gridlines(&self) -> &GridLines[src]

pub fn get_minor_gridlines(&self) -> &GridLines[src]

pub fn get_top_left_cell(&self) -> &String[src]

pub fn get_top_left_x_offset(&self) -> &usize[src]

pub fn get_top_left_y_offset(&self) -> &usize[src]

pub fn get_bottom_right_cell(&self) -> &str[src]

pub fn get_bottom_right_x_offset(&self) -> &usize[src]

pub fn get_bottom_right_y_offset(&self) -> &usize[src]

pub fn set_bottom_right_y_offset(&mut self, value: usize)[src]

Trait Implementations

impl Debug for Chart[src]

impl Default for Chart[src]

Auto Trait Implementations

impl RefUnwindSafe for Chart

impl Send for Chart

impl Sync for Chart

impl Unpin for Chart

impl UnwindSafe for Chart

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.