Class: Ambling::Column::Settings::Grid::Category
- Inherits:
-
Object
- Object
- Ambling::Column::Settings::Grid::Category
- Includes:
- Base
- Defined in:
- lib/ambling/column.rb
Overview
category axis grid
Constant Summary collapse
- VALUES =
[:color,:alpha,:dashed,:dash_length]
Instance Attribute Summary collapse
-
#alpha ⇒ Object
- 15
-
(0 - 100).
-
#color ⇒ Object
- #000000
-
(hex color code).
-
#dash_length ⇒ Object
- 5
-
(Number).
-
#dashed ⇒ Object
[false](true / false).
Method Summary
Methods included from Base
#build_xml, #initialize, #populate, #to_xml
Instance Attribute Details
#alpha ⇒ Object
- 15
-
(0 - 100)
469 470 471 |
# File 'lib/ambling/column.rb', line 469 def alpha @alpha end |
#color ⇒ Object
- #000000
-
(hex color code)
464 465 466 |
# File 'lib/ambling/column.rb', line 464 def color @color end |
#dash_length ⇒ Object
- 5
-
(Number)
479 480 481 |
# File 'lib/ambling/column.rb', line 479 def dash_length @dash_length end |
#dashed ⇒ Object
[false](true / false)
474 475 476 |
# File 'lib/ambling/column.rb', line 474 def dashed @dashed end |