Method: CDK::HISTOGRAM#setFillerChar
- Defined in:
- lib/cdk/components/histogram.rb
#setFillerChar(character) ⇒ Object
Set the character to use when drawing the widget.
300 301 302 |
# File 'lib/cdk/components/histogram.rb', line 300 def setFillerChar(character) @filler = character end |