Method: PDF::Charts::StdDev#lower_crossbar
- Defined in:
- lib/extensions/pdf-writer/pdf/charts/stddev.rb
#lower_crossbar ⇒ Object
The lower crossbar. A line will be drawn across the bottom of the standard deviation bar to the width of the dot marker. If #dot is nil, then the line will be twice as wide as it is thick. If nil, the lower crossbar will not be drawn. This is a PDF::Charts::StdDev::Marker object.
209 210 211 |
# File 'lib/extensions/pdf-writer/pdf/charts/stddev.rb', line 209 def @lower_crossbar end |