class PDF::Charts::StdDev::Marker
This is any line that will be drawn; this is a combination of the line style (which must be a PDF::Writer::StrokeStyle
object) and a color.
Attributes
color[RW]
The stroke color of the marker.
style[RW]
The stroke style of the marker.
Public Class Methods
new() { |self| ... }
click to toggle source
# File lib/pdf/charts/stddev.rb 100 def initialize 101 yield self if block_given? 102 end