Class: Ambling::Line::Settings::Grid
- Inherits:
-
Object
- Object
- Ambling::Line::Settings::Grid
- Includes:
- Base
- Defined in:
- lib/ambling/line.rb
Overview
GRID
Defined Under Namespace
Constant Summary collapse
- VALUES =
[:x,:y_left,:y_right]
Instance Attribute Summary collapse
-
#x ⇒ Object
vertical grid.
-
#y_left ⇒ Object
horizontal grid, Y left axis.
-
#y_right ⇒ Object
horizontal grid, Y right axis.
Method Summary
Methods included from Base
#build_xml, #initialize, #populate, #to_xml
Instance Attribute Details
#x ⇒ Object
vertical grid
369 370 371 |
# File 'lib/ambling/line.rb', line 369 def x @x end |
#y_left ⇒ Object
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_right ⇒ Object
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 |