[Table of Contents] [docx version]

Error! No text of specified style in document.

scatterStyle (Scatter Style)

This element specifies the type of lines for the scatter chart.

Parent Elements

scatterChart5.7.2.162)

 

Attributes

Description

val (Scatter Style Value)

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>