[Table of Contents] [docx version]

Error! No text of specified style in document.

varyColors (Vary Colors by Point)

This element specifies that each data marker in the series shall have a different color.

Parent Elements

area3DChart5.7.2.4); areaChart5.7.2.5); bar3DChart5.7.2.15); barChart5.7.2.16); bubbleChart5.7.2.20); doughnutChart5.7.2.50); line3DChart5.7.2.97); lineChart5.7.2.98); ofPieChart5.7.2.127); pie3DChart5.7.2.141); pieChart5.7.2.142); radarChart5.7.2.154); scatterChart5.7.2.162)

 

Attributes

Description

val (Boolean Value)

Specifies a boolean value for the property defined by the parent XML element.

 

A value of on, 1, or true specifies that the property is applied. This is the default value for this attribute, and is implied when the parent element is present, but this attribute is omitted.

 

A value of off, 0, or false specifies that the property is not applied.

 

The possible values for this attribute are defined by the XML Schema boolean datatype.

The following XML Schema fragment defines the contents of this element:

<complexType name="CT_Boolean">

   <attribute name="val" type="xsd:boolean" use="optional" default="true"/>

</complexType>