The scale of the dataset.
The lower end of the range of the scale. The scale range may be modified by changing this value.
# File lib/pdf/charts/stddev.rb, line 51 def initialize(args = { }) @range = args[:range] @step = args[:step] @style = args[:style] @show_labels = false yield self if block_given? raise TypeError, PDF::Lange[:charts_stddev_scale_norange] if @range.nil? raise TypeError, PDF::Lange[:charts_stddev_scale_nostep] if @step.nil? end
Generated with the Darkfish Rdoc Generator 2.