Class: Ambling::Xy::Settings::PlotArea::Margins

Inherits:
Object
  • Object
show all
Includes:
Base
Defined in:
lib/ambling/xy.rb

Overview

plot area margins

Constant Summary collapse

VALUES =
[:left,:top,:right,:bottom]

Instance Attribute Summary collapse

Method Summary

Methods included from Base

#build_xml, #initialize, #populate, #to_xml

Instance Attribute Details

#bottomObject

[80](Number)



284
285
286
# File 'lib/ambling/xy.rb', line 284

def bottom
  @bottom
end

#leftObject

[60](Number)



269
270
271
# File 'lib/ambling/xy.rb', line 269

def left
  @left
end

#rightObject

[60](Number)



279
280
281
# File 'lib/ambling/xy.rb', line 279

def right
  @right
end

#topObject

[60](Number)



274
275
276
# File 'lib/ambling/xy.rb', line 274

def top
  @top
end