Method: Axlsx::Chart#from
- Defined in:
- lib/axlsx/drawing/chart.rb
#from ⇒ Object
Note:
This will be disconinued in version 2.0.0. please use the start_at method
backwards compatibility to allow chart.to and chart.from access to anchor markers
165 166 167 |
# File 'lib/axlsx/drawing/chart.rb', line 165 def from @graphic_frame.anchor.from end |