Sha256: cffb0b056e8912e59f1d05da864e58e87dccd892ec7db1efa0fba8e533f14252
Contents?: true
Size: 807 Bytes
Versions: 11
Compression:
Stored size: 807 Bytes
Contents
# ----------------------------------------------------------------------------- # Sets the label attributes for the category-axis. # # Author:: Fernand # ----------------------------------------------------------------------------- module Ziya::Charts::Support # Specifies the label attributes on the x or y axis depending on the chart type. # See http://www.maani.us/xml_charts/index.php?menu=Reference&submenu=axis_category # for additional documentation, examples and futher detail. class AxisCategory < Base has_attribute :skip, :font, :bold, :size, :color, :alpha, :orientation, :margin, :min, :max, :steps, :mode, :prefix, :suffix, :decimals, :decimal_char, :separator, :bevel, :glow, :shadow, :blur end end
Version data entries
11 entries across 11 versions & 2 rubygems