Class: Libxlsxwriter::ChartLine
- Inherits:
- 
      FFI::Struct
      
        - Object
- FFI::Struct
- Libxlsxwriter::ChartLine
 
- Defined in:
- lib/fast_excel/binding/chart.rb
Overview
Fields:
- :color
- 
(Integer) The chart font color. See @ref working_with_colors. 
- :none
- 
(Integer) Turn off/hide line. Set to 0 or 1. 
- :width
- 
(Float) Width of the line in increments of 0.25. Default is 2.25. 
- :dash_type
- 
(Integer) The line dash type. See #lxw_chart_line_dash_type. 
- :transparency
- 
(Integer) Transparency for lines isn’t generally useful. Undocumented for now. 
- :has_color
- 
(Integer) Members for internal use only.