Method: PDF::Charts::StdDev#dot
- Defined in:
- lib/extensions/pdf-writer/pdf/charts/stddev.rb
#dot ⇒ Object
The dot marker. A filled circle will be drawn with this information. If nil, the dot will not be drawn. This is a PDF::Charts::StdDev::Marker object.
192 193 194 |
# File 'lib/extensions/pdf-writer/pdf/charts/stddev.rb', line 192 def dot @dot end |