Class: OdfCore::Element::Chart::PlotArea
- Inherits:
-
AbstractElement
- Object
- AbstractElement
- OdfCore::Element::Chart::PlotArea
- Defined in:
- lib/odf_core/element/chart/plot_area.rb
Constant Summary collapse
- XML_ELEMENT_NAME =
'chart:plot-area'
- CHILDREN =
[ "chart:axis", "chart:floor", "chart:series", "chart:stock-gain-marker", "chart:stock-loss-marker", "chart:stock-range-line", "chart:wall", "dr3d:light", ].freeze
- ATTRIBUTES =
[ "chart:data-source-has-labels", "chart:style-name", "dr3d:ambient-color", "dr3d:distance", "dr3d:focal-length", "dr3d:lighting-mode", "dr3d:projection", "dr3d:shade-mode", "dr3d:shadow-slant", "dr3d:transform", "dr3d:vpn", "dr3d:vrp", "dr3d:vup", "svg:height", "svg:width", "svg:x", "svg:y", "table:cell-range-address", "xml:id", ].freeze
Instance Attribute Summary
Attributes inherited from AbstractElement
Method Summary
Methods inherited from AbstractElement
#<<, #[], #[]=, attributes, children, #initialize, xml_element_name
Constructor Details
This class inherits a constructor from OdfCore::Element::AbstractElement