Class: GChart::BottomAxis
- Inherits:
-
HorizontalAxis
- Object
- Axis
- HorizontalAxis
- GChart::BottomAxis
- Defined in:
- lib/gchart/axis/bottom_axis.rb
Constant Summary
Constants inherited from Axis
Axis::AXIS_TYPES, Axis::TEXT_ALIGNMENT
Instance Attribute Summary
Attributes inherited from Axis
#font_size, #label_positions, #labels, #range, #range_markers, #text_alignment, #text_color
Instance Method Summary collapse
-
#axis_type_label ⇒ Object
Returns ‘x’.
Methods inherited from HorizontalAxis
Methods inherited from Axis
create, #initialize, #range_marker_type_label, #validate!
Constructor Details
This class inherits a constructor from GChart::Axis
Instance Method Details
#axis_type_label ⇒ Object
Returns ‘x’.
4 5 6 |
# File 'lib/gchart/axis/bottom_axis.rb', line 4 def axis_type_label 'x' end |