Class PDF::Charts::StdDev::Label
In: lib/pdf/charts/stddev.rb
Parent: Object
TechBook Transaction::Simple SimpleTable Complex Action FontDescriptor Procset Catalog FontEncoding Pages Destination Info Encryption Annotation Contents Outline Page Outlines Font ViewerPreferences Image Hash OHash QuickRef StdDev FontMetrics StrokeStyle ARC4 PolygonPoint ImageInfo lib/pdf/simpletable.rb lib/pdf/writer.rb lib/pdf/techbook.rb lib/pdf/quickref.rb lib/pdf/charts/stddev.rb Charts Math lib/pdf/writer/ohash.rb lib/pdf/writer/fontmetrics.rb lib/pdf/writer/strokestyle.rb lib/pdf/writer/arc4.rb lib/pdf/writer/graphics.rb lib/pdf/writer/object.rb lib/pdf/writer/object/image.rb External lib/pdf/writer/object/font.rb lib/pdf/writer/object/outlines.rb lib/pdf/writer/object/contents.rb lib/pdf/writer/object/annotation.rb lib/pdf/writer/object/destination.rb lib/pdf/writer/object/viewerpreferences.rb lib/pdf/writer/object/info.rb lib/pdf/writer/object/fontencoding.rb lib/pdf/writer/object/page.rb lib/pdf/writer/object/catalog.rb lib/pdf/writer/object/outline.rb lib/pdf/writer/object/encryption.rb lib/pdf/writer/object/procset.rb lib/pdf/writer/object/action.rb lib/pdf/writer/object/pages.rb lib/pdf/writer/object/fontdescriptor.rb Object OffsetReader EN Lang lib/pdf/writer/graphics/imageinfo.rb Graphics Writer PDF dot/m_33_0.png

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

Methods

new  

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

[Source]

    # File lib/pdf/charts/stddev.rb, line 30
30:     def initialize
31:       yield self if block_given?
32:     end

[Validate]