Class: GoogleChart::Axis::Axis
- Inherits:
-
Struct
- Object
- Struct
- GoogleChart::Axis::Axis
- Defined in:
- lib/google_chart/modules/axis.rb
Instance Attribute Summary (collapse)
-
- (Object) alignment
Returns the value of attribute alignment.
-
- (Object) color
Returns the value of attribute color.
-
- (Object) font_size
Returns the value of attribute font_size.
-
- (Object) labels
Returns the value of attribute labels.
-
- (Object) positions
Returns the value of attribute positions.
-
- (Object) range
Returns the value of attribute range.
-
- (Object) type
Returns the value of attribute type.
Instance Attribute Details
- (Object) alignment
Returns the value of attribute alignment
8 9 10 |
# File 'lib/google_chart/modules/axis.rb', line 8 def alignment @alignment end |
- (Object) color
Returns the value of attribute color
8 9 10 |
# File 'lib/google_chart/modules/axis.rb', line 8 def color @color end |
- (Object) font_size
Returns the value of attribute font_size
8 9 10 |
# File 'lib/google_chart/modules/axis.rb', line 8 def font_size @font_size end |
- (Object) labels
Returns the value of attribute labels
8 9 10 |
# File 'lib/google_chart/modules/axis.rb', line 8 def labels @labels end |
- (Object) positions
Returns the value of attribute positions
8 9 10 |
# File 'lib/google_chart/modules/axis.rb', line 8 def positions @positions end |
- (Object) range
Returns the value of attribute range
8 9 10 |
# File 'lib/google_chart/modules/axis.rb', line 8 def range @range end |
- (Object) type
Returns the value of attribute type
8 9 10 |
# File 'lib/google_chart/modules/axis.rb', line 8 def type @type end |