Class: Ambling::Line::Settings::Axes

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

Overview

axes

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

X axis



769
770
771
# File 'lib/ambling/line.rb', line 769

def x
  @x
end

#y_leftObject

Y left axis, visible only if at least one graph is assigned to this axis



774
775
776
# File 'lib/ambling/line.rb', line 774

def y_left
  @y_left
end

#y_rightObject

Y right axis, visible only if at least one graph is assigned to this axis



779
780
781
# File 'lib/ambling/line.rb', line 779

def y_right
  @y_right
end