Struct libxlsxwriter_sys::lxw_chart_series[][src]

#[repr(C)]
pub struct lxw_chart_series {
Show fields pub categories: *mut lxw_series_range, pub values: *mut lxw_series_range, pub title: lxw_chart_title, pub line: *mut lxw_chart_line, pub fill: *mut lxw_chart_fill, pub pattern: *mut lxw_chart_pattern, pub marker: *mut lxw_chart_marker, pub points: *mut lxw_chart_point, pub data_labels: *mut lxw_chart_custom_label, pub point_count: u16, pub data_label_count: u16, pub smooth: u8, pub invert_if_negative: u8, pub has_labels: u8, pub show_labels_value: u8, pub show_labels_category: u8, pub show_labels_name: u8, pub show_labels_leader: u8, pub show_labels_legend: u8, pub show_labels_percent: u8, pub label_position: u8, pub label_separator: u8, pub default_label_position: u8, pub label_num_format: *mut c_char, pub label_font: *mut lxw_chart_font, pub label_line: *mut lxw_chart_line, pub label_fill: *mut lxw_chart_fill, pub label_pattern: *mut lxw_chart_pattern, pub x_error_bars: *mut lxw_series_error_bars, pub y_error_bars: *mut lxw_series_error_bars, pub has_trendline: u8, pub has_trendline_forecast: u8, pub has_trendline_equation: u8, pub has_trendline_r_squared: u8, pub has_trendline_intercept: u8, pub trendline_type: u8, pub trendline_value: u8, pub trendline_forward: f64, pub trendline_backward: f64, pub trendline_value_type: u8, pub trendline_name: *mut c_char, pub trendline_line: *mut lxw_chart_line, pub trendline_intercept: f64, pub list_pointers: lxw_chart_series__bindgen_ty_1,
}

Fields

categories: *mut lxw_series_rangevalues: *mut lxw_series_rangetitle: lxw_chart_titleline: *mut lxw_chart_linefill: *mut lxw_chart_fillpattern: *mut lxw_chart_patternmarker: *mut lxw_chart_markerpoints: *mut lxw_chart_pointdata_labels: *mut lxw_chart_custom_labelpoint_count: u16data_label_count: u16smooth: u8invert_if_negative: u8has_labels: u8show_labels_value: u8show_labels_category: u8show_labels_name: u8show_labels_leader: u8show_labels_legend: u8show_labels_percent: u8label_position: u8label_separator: u8default_label_position: u8label_num_format: *mut c_charlabel_font: *mut lxw_chart_fontlabel_line: *mut lxw_chart_linelabel_fill: *mut lxw_chart_filllabel_pattern: *mut lxw_chart_patternx_error_bars: *mut lxw_series_error_barsy_error_bars: *mut lxw_series_error_barshas_trendline: u8has_trendline_forecast: u8has_trendline_equation: u8has_trendline_r_squared: u8has_trendline_intercept: u8trendline_type: u8trendline_value: u8trendline_forward: f64trendline_backward: f64trendline_value_type: u8trendline_name: *mut c_chartrendline_line: *mut lxw_chart_linetrendline_intercept: f64list_pointers: lxw_chart_series__bindgen_ty_1

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.