Class: Goldendocx::Charts::Properties::ColumnChartProperty
- Inherits:
-
Object
- Object
- Goldendocx::Charts::Properties::ColumnChartProperty
- Includes:
- Element
- Defined in:
- lib/goldendocx/charts/properties/column_chart_property.rb
Instance Method Summary collapse
-
#initialize ⇒ ColumnChartProperty
constructor
A new instance of ColumnChartProperty.
Methods included from Element
#build_element, #namespace, #tag, #tag_name, #to_element, #to_xml
Methods included from HasChildren
#children, #read_child, #read_children
Methods included from HasAttributes
#assign_attributes, #attributes, #read_attributes
Constructor Details
#initialize ⇒ ColumnChartProperty
Returns a new instance of ColumnChartProperty.
18 19 20 21 22 23 24 |
# File 'lib/goldendocx/charts/properties/column_chart_property.rb', line 18 def initialize build_direction(direction: :col) build_grouping(value: :clustered) build_axis(axis_id: 9374902) build_axis(axis_id: 2094739) end |