[Table of Contents] [docx version]

SpreadsheetML Reference Material - Table of Contents

stop (Gradient Stop)

One of a sequence of two or more gradient stops, constituting this gradient fill.

Parent Elements

gradientFill3.8.23)

 

Child Elements

Subclause

color (Data Bar Color)

§3.3.1.14

 

Attributes

Description

position (Gradient Stop Position)

Position information for this gradient stop. Interpreted exactly like gradientFill left, right, bottom, top. The position indicated here indicates the point where the color is pure. Before and and after this position the color can be in transition (or pure, depending on if this is the last stop or not).

 

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

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

<complexType name="CT_GradientStop">

   <sequence>

   <element name="color" type="CT_Color" minOccurs="1" maxOccurs="1"/>

   </sequence>

   <attribute name="position" type="xsd:double" use="required"/>

</complexType>