Class: Ambling::Line::Settings::Grid

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

Overview

GRID

Defined Under Namespace

Classes: X, YLeft, YRight

Constant Summary collapse

VALUES =
[:x,:y_left,:y_right]

Instance Attribute Summary collapse

Method Summary

Methods included from Base

#build_xml, #initialize, #populate, #to_xml

Instance Attribute Details

#xObject

vertical grid



369
370
371
# File 'lib/ambling/line.rb', line 369

def x
  @x
end

#y_leftObject

horizontal grid, Y left axis. Visible only if there is at least one graph assigned to left axis



374
375
376
# File 'lib/ambling/line.rb', line 374

def y_left
  @y_left
end

#y_rightObject

horizontal grid, Y right axis. Visible only if there is at least one graph assigned to right axis



379
380
381
# File 'lib/ambling/line.rb', line 379

def y_right
  @y_right
end