class PDF::Charts::StdDev::Label

A label for displaying the scale (vertical) of data in the dataset or the data set identifiers.

Attributes

background_color[RW]

The background color of the label. Ignored for scale labels.

decimal_precision[RW]

The decimal precision of the label. Only used for scale labels.

height[RW]

The height of the label, in PDF user units. Ignored for scale labels.

pad[RW]

The padding of the label. Only used for scale labels.

text_color[RW]

The text color of the label.

text_size[RW]

The text size, in points, of the label.

Public Class Methods

new() { |self| ... } click to toggle source
   # File lib/pdf/charts/stddev.rb
31 def initialize
32   yield self if block_given?
33 end