Method: GChart::Axis#font_size
- Defined in:
- lib/gchart/axis.rb
#font_size ⇒ Object
Size of font in pixels. To set font_size, text_color is also required.
23 24 25 |
# File 'lib/gchart/axis.rb', line 23 def font_size @font_size end |