Class: Ambling::Line::Settings::Axes
- Inherits:
-
Object
- Object
- Ambling::Line::Settings::Axes
- Includes:
- Base
- Defined in:
- lib/ambling/line.rb
Overview
axes
Defined Under Namespace
Constant Summary collapse
- VALUES =
[:x,:y_left,:y_right]
Instance Attribute Summary collapse
-
#x ⇒ Object
X axis.
-
#y_left ⇒ Object
Y left axis, visible only if at least one graph is assigned to this axis.
-
#y_right ⇒ Object
Y right axis, visible only if at least one graph is assigned to this axis.
Method Summary
Methods included from Base
#build_xml, #initialize, #populate, #to_xml
Instance Attribute Details
#x ⇒ Object
X axis
769 770 771 |
# File 'lib/ambling/line.rb', line 769 def x @x end |
#y_left ⇒ Object
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_right ⇒ Object
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 |