<ST_RadarStyle>
(Radar Style)
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 |
---|---|
|
Specifies that the radar chart shall be filled and have lines but no markers. |
|
Specifies that the radar chart shall have lines and markers but no fill. |
|
Specifies that the radar chart shall have lines but no markers and no fill. |
Referenced By |
---|
|
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>