Class: GChart::HorizontalAxis
- Defined in:
- lib/gchart/axis/horizontal_axis.rb
Direct Known Subclasses
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
-
#range_marker_type_label ⇒ Object
Returns ‘R’ to indicate a vertical
range_marker
(stemming from a horizontal axis).
Methods inherited from Axis
#axis_type_label, create, #initialize, #validate!
Constructor Details
This class inherits a constructor from GChart::Axis
Instance Method Details
#range_marker_type_label ⇒ Object
Returns ‘R’ to indicate a vertical range_marker
(stemming from a horizontal axis).
5 6 7 |
# File 'lib/gchart/axis/horizontal_axis.rb', line 5 def range_marker_type_label 'R' end |