Home
last modified time | relevance | path

Searched refs:LXW_CONDITIONAL_BAR_AXIS_NONE (Results 1 – 4 of 4) sorted by relevance

/dports/math/libxlsxwriter/libxlsxwriter-RELEASE_1.1.4/test/unit/worksheet/
H A Dtest_worksheet_data_bar07.c131 conditional_format->bar_axis_position = LXW_CONDITIONAL_BAR_AXIS_NONE; in CTEST()
/dports/math/libxlsxwriter/libxlsxwriter-RELEASE_1.1.4/include/xlsxwriter/
H A Dworksheet.h473 LXW_CONDITIONAL_BAR_AXIS_NONE enumerator
/dports/math/libxlsxwriter/libxlsxwriter-RELEASE_1.1.4/docs/src/
H A Dworking_with_conditional_formatting.dox1201 - #LXW_CONDITIONAL_BAR_AXIS_NONE: Data bar axis is turned off.
/dports/math/libxlsxwriter/libxlsxwriter-RELEASE_1.1.4/src/
H A Dworksheet.c6980 if (cond_format->bar_axis_position == LXW_CONDITIONAL_BAR_AXIS_NONE) in _worksheet_write_x14_data_bar()
7012 if (cond_format->bar_axis_position != LXW_CONDITIONAL_BAR_AXIS_NONE) in _worksheet_write_x14_data_bar()