[Table of Contents] [docx version]
Error! No text of specified style in document.
This simple type specifies the possible styles of radar chart.
This simple type's contents are a restriction of the XML Schema string datatype.
The following are possible enumeration values for this type:
Enumeration Value |
Description |
filled (Filled) |
Specifies that the radar chart shall be filled and have lines but no markers. |
marker (Marker) |
Specifies that the radar chart shall have lines and markers but no fill. |
standard (Standard) |
Specifies that the radar chart shall have lines but no markers and no fill. |
Referenced By |
radarStyle@val (§5.7.2.155) |
The following XML Schema fragment defines the contents of this simple type:
<simpleType name="ST_RadarStyle">
<restriction base="xsd:string">
<enumeration value="standard"/>
<enumeration value="marker"/>
<enumeration value="filled"/>
</restriction>
</simpleType>