2.3.49 ST_enmDatabarStyle

Referenced by: CT_Cell

The fill color for a data bar.

The following table shows the enumeration values for this type.

Value

Meaning

Gradient

The data bar has a gradient fill effect.

Solid

The data bar has a solid fill color.

The following W3C XML Schema ([XMLSCHEMA1] section 2.1) fragment specifies the contents of this simple type.

 <xs:simpleType name="ST_enmDatabarStyle">
   <xs:restriction base="xs:string">
     <xs:enumeration value="Gradient"/>
     <xs:enumeration value="Solid"/>
   </xs:restriction>
 </xs:simpleType>

See section 5.1 for the full W3C XML Schema ([XMLSCHEMA1] section 2.1).