Class: Ziya::Charts::Support::ChartGridV
- Defined in:
- lib/ziya/charts/support/chart_grid_v.rb
Overview
Sets the chart’s vertical grid attributes.
thickness
: The thickness of the grid’s vertical lines. Valid values are zero and above.
Zero makes the vertical lines invisible.
The default is zero.
color
: The grid’s vertical color. This must be a string holding triple hexadecimal values
representing the red, green, and blue components for a color.
The default is "000000" (black).
alpha
: The grid’s vertical transparency value. Valid values are 0 (fully transparent)
to 100 (fully opaque).
The default is 20.
type
: The grid’s vertical line type. Valid values are solid, dotted, and dashed.
The default is solid.
See www.maani.us/xml_charts/index.php?menu=Reference&submenu=chart_grid_v for additional documentation, examples and futher detail.
Method Summary
Methods inherited from Base
#==, attributes, #attributes_for, #configured?, #flatten, has_attribute, #has_sub_components, #initialize, #merge, #options, #options_as_string
Constructor Details
This class inherits a constructor from Ziya::Charts::Support::Base