Class: OdfCore::Element::Chart::Series

Inherits:
AbstractElement show all
Defined in:
lib/odf_core/element/chart/series.rb

Constant Summary collapse

XML_ELEMENT_NAME =
'chart:series'
CHILDREN =
[
  "chart:data-label",
  "chart:data-point",
  "chart:domain",
  "chart:error-indicator",
  "chart:mean-value",
  "chart:regression-curve",
].freeze
ATTRIBUTES =
[
  "chart:attached-axis",
  "chart:class",
  "chart:label-cell-address",
  "chart:style-name",
  "chart:values-cell-range-address",
  "xml:id",
].freeze

Instance Attribute Summary

Attributes inherited from AbstractElement

#attributes, #children

Method Summary

Methods inherited from AbstractElement

#<<, #[], #[]=, attributes, children, #initialize, xml_element_name

Constructor Details

This class inherits a constructor from OdfCore::Element::AbstractElement