<ST_SizeRepresents>
(Size Represents)
This simple type specifies the possible ways to represent data as bubble chart sizes.
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 the area of the bubbles shall be proportional to the bubble size value. |
|
Specifies the radius of the bubbles shall be proportional to the bubble size value. |
Referenced By |
---|
|
The following XML Schema fragment defines the contents of this simple type:
<simpleType name="ST_SizeRepresents">
<restriction base="xsd:string">
<enumeration value="area"/>
<enumeration value="w"/>
</restriction>
</simpleType>