Closed mszbot closed 3 years ago
Problem: I want to disable the category axis' line. Using the snippet below does nothing. The line width in the UI is still set to 0.75.
chart.category_axis.format.line.width = 0
Desired result:
Would be great if a user can toggle this property:
chart.category_axis.format.line = False
Try chart.category_axis.format.line.fill.background() which sets the line to be transparent.
chart.category_axis.format.line.fill.background()
Problem: I want to disable the category axis' line. Using the snippet below does nothing. The line width in the UI is still set to 0.75.
chart.category_axis.format.line.width = 0
Desired result:
Would be great if a user can toggle this property:
chart.category_axis.format.line = False