SparklineGroups class
Defines the SparklineGroups Class.This class is available in Office2010 or above. When the object is serialized out as xml, its qualified name is x14:sparklineGroups.
DocumentFormat.OpenXml.OpenXmlElement
DocumentFormat.OpenXml.OpenXmlCompositeElement
DocumentFormat.OpenXml.Office2010.Excel.SparklineGroups
Namespace: DocumentFormat.OpenXml.Office2010.Excel
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
2.4.8 sparklineGroups
Target namespace: http://schemas.microsoft.com/office/spreadsheetml/2009/9/main
A sparklineGroups element is a CT_SparklineGroups type element, as specified in section 2.6.6, that specifies the groups of sparklines on the sheet (1). See section 2.2.4.11 for how this element integrates with the Office Open XML file formats specified in [ISO/IEC-29500-1].
The following W3C XML Schema ([XMLSCHEMA1] section 2.1) fragment specifies the contents of this element.
<xsd:element name="sparklineGroups" type="CT_SparklineGroups"/>
See section 5.4 for the full W3C XML Schema ([XMLSCHEMA1] section 2.1).
2.6.6 CT_SparklineGroups
Target namespace: http://schemas.microsoft.com/office/spreadsheetml/2009/9/main
Referenced by: sparklineGroups
CT_SparklineGroups is a complex type that specifies the groups of sparklines on the sheet. MUST contain fewer than 231 elements.
Child Elements:
sparklineGroup: A CT_SparklineGroup element (section 2.6.7) that specifies properties for a single sparkline group.
The following W3C XML Schema ([XMLSCHEMA1] section 2.1) fragment specifies the contents of this complex type.
<xsd:complexType name="CT_SparklineGroups">
<xsd:sequence>
<xsd:element name="sparklineGroup" type="CT_SparklineGroup" minOccurs="1" maxOccurs="unbounded"/>
</xsd:sequence>
</xsd:complexType>
See section 5.4 for the full W3C XML Schema ([XMLSCHEMA1] section 2.1).