libxlsxwriter
Loading...
Searching...
No Matches
Data Fields
lxw_chart_line Struct Reference

Struct to represent a chart line. More...

Detailed Description

See Chart formatting: Line.

Examples
chart_data_labels.c, chart_data_tools.c, and chart_pattern.c.

Data Fields

lxw_color_t color
 
uint8_t none
 
float width
 
uint8_t dash_type
 
uint8_t transparency
 

Field Documentation

◆ color

lxw_color_t lxw_chart_line::color

◆ none

uint8_t lxw_chart_line::none

Turn off/hide line. Set to 0 or 1.

◆ width

float lxw_chart_line::width

Width of the line in increments of 0.25. Default is 2.25.

◆ dash_type

uint8_t lxw_chart_line::dash_type

The line dash type. See lxw_chart_line_dash_type.

◆ transparency

uint8_t lxw_chart_line::transparency

Set the transparency of the line. 0 - 100. Default 0.