<scatterStyle>
(Scatter Style)
This element specifies the type of lines for the scatter chart.
Parent Elements |
---|
|
Attributes |
Description |
---|---|
|
Specifies the style of the scatter chart. The possible values for this attribute are defined by the ST_ScatterStyle simple type (§5.7.3.40). |
The following XML Schema fragment defines the contents of this element:
<complexType name="CT_ScatterStyle">
<attribute name="val" type="ST_ScatterStyle" default="marker"/>
</complexType>