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

Struct to represent a chart pattern. More...

Detailed Description

See Chart formatting: Pattern.

Examples
chart_pattern.c.

Data Fields

lxw_color_t fg_color
 
lxw_color_t bg_color
 
uint8_t type
 

Field Documentation

◆ fg_color

lxw_color_t lxw_chart_pattern::fg_color

The pattern foreground color. See Working with Colors.

◆ bg_color

lxw_color_t lxw_chart_pattern::bg_color

The pattern background color. See Working with Colors.

◆ type

uint8_t lxw_chart_pattern::type

The pattern type. See lxw_chart_pattern_type.

Examples
chart_pattern.c.