Struct libxlsxwriter_sys::lxw_chart_axis[][src]

#[repr(C)]
pub struct lxw_chart_axis {
Show fields pub title: lxw_chart_title, pub num_format: *mut c_char, pub default_num_format: *mut c_char, pub source_linked: u8, pub major_tick_mark: u8, pub minor_tick_mark: u8, pub is_horizontal: u8, pub major_gridlines: lxw_chart_gridline, pub minor_gridlines: lxw_chart_gridline, pub num_font: *mut lxw_chart_font, pub line: *mut lxw_chart_line, pub fill: *mut lxw_chart_fill, pub pattern: *mut lxw_chart_pattern, pub is_category: u8, pub is_date: u8, pub is_value: u8, pub axis_position: u8, pub position_axis: u8, pub label_position: u8, pub label_align: u8, pub hidden: u8, pub reverse: u8, pub has_min: u8, pub min: f64, pub has_max: u8, pub max: f64, pub has_major_unit: u8, pub major_unit: f64, pub has_minor_unit: u8, pub minor_unit: f64, pub interval_unit: u16, pub interval_tick: u16, pub log_base: u16, pub display_units: u8, pub display_units_visible: u8, pub has_crossing: u8, pub crossing_min: u8, pub crossing_max: u8, pub crossing: f64,
}

Fields

title: lxw_chart_titlenum_format: *mut c_chardefault_num_format: *mut c_charsource_linked: u8major_tick_mark: u8minor_tick_mark: u8is_horizontal: u8major_gridlines: lxw_chart_gridlineminor_gridlines: lxw_chart_gridlinenum_font: *mut lxw_chart_fontline: *mut lxw_chart_linefill: *mut lxw_chart_fillpattern: *mut lxw_chart_patternis_category: u8is_date: u8is_value: u8axis_position: u8position_axis: u8label_position: u8label_align: u8hidden: u8reverse: u8has_min: u8min: f64has_max: u8max: f64has_major_unit: u8major_unit: f64has_minor_unit: u8minor_unit: f64interval_unit: u16interval_tick: u16log_base: u16display_units: u8display_units_visible: u8has_crossing: u8crossing_min: u8crossing_max: u8crossing: f64

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

recently added

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.