GraphTypeDescriptor Schema
GraphTypeDescriptor Element
GraphTypeDescriptor Schema : GraphTypeDescriptor Element

Glossary Item Box

Description

Graph type metadata for a specific graph.
Namespace (none)

Diagram

Layouts Element Name Element Sequence GraphTypeDescriptor Element

Overview

GraphTypeDescriptor
Graph type metadata for a specific graph.
Sequence
Name
The ID of the graph type. The name generally indicates the nature of the graph. For example, SummaryGraph, TrendGraph, ProgressGraph.
Layouts
The collection of Layouts supported by a graph configuration.

Source

<xs:element name="GraphTypeDescriptor" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>
                Graph type metadata for a specific graph.
            </xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element name="Name">
        <xs:annotation>
          <xs:documentation>
                            The ID of the graph type. The name generally indicates the nature of the graph. For example, SummaryGraph, TrendGraph, ProgressGraph.
                        </xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element ref="Layouts" />
    </xs:sequence>
  </xs:complexType>
</xs:element>

See Also