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, line 99
def initialize
  yield self if block_given?
end