Sha256: 4571bdf2457f89730991159bbaee2021fca7ac26f9a3fc949ed04037c54bb37e
Contents?: true
Size: 891 Bytes
Versions: 11
Compression:
Stored size: 891 Bytes
Contents
# ----------------------------------------------------------------------------- # Sets up a guide lines configuration for a chart # # Author:: Fernand Galiana # ----------------------------------------------------------------------------- module Ziya::Charts::Support # Specifies how to configure a guide for either axis on a chart # See http://www.maani.us/xml_charts/index.php?menu=Reference&submenu=chart_guide # for additional documentation, examples and futher detail. class ChartGuide < Base has_attribute :horizontal, :vertical, :thickness, :color, :alpha, :type, :snap_h, :snap_v, :connect, :radius, :fill_color, :line_color, :line_alpha, :line_thickness, :text_h_alpha, :text_v_alpha, :prefix_h, :prefix_v, :suffix_h, :suffix_v, :decimals, :decimal_char, :separator, :font, :bold, :size, :text_color, :background_color end end
Version data entries
11 entries across 11 versions & 2 rubygems