Class: Goldendocx::Charts::Properties::LineChartProperty
- Inherits:
-
Object
- Object
- Goldendocx::Charts::Properties::LineChartProperty
- Includes:
- Element
- Defined in:
- lib/goldendocx/charts/properties/line_chart_property.rb
Instance Method Summary collapse
-
#initialize ⇒ LineChartProperty
constructor
A new instance of LineChartProperty.
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 ⇒ LineChartProperty
Returns a new instance of LineChartProperty.
17 18 19 20 |
# File 'lib/goldendocx/charts/properties/line_chart_property.rb', line 17 def initialize build_axis(axis_id: 9374902) build_axis(axis_id: 2094739) end |