<ST_Crosses> (Crosses)

This simple type specifies the possible crossing points for an axis.

This simple type's contents are a restriction of the XML Schema string datatype.

The following are possible enumeration values for this type:

Enumeration Value

Description

<autoZero> (Axis Crosses at Zero)

The category axis crosses at the zero point of the value axis (if possible), or the minimum value (if the minimum is greater than zero) or the maximum (if the maximum is less than zero).

<max> (Maximum)

The axis crosses at the maximum value

<min> (Minimum)

Axis crosses at the minimum value of the chart.

Referenced By

<crosses@val>5.7.2.33)

The following XML Schema fragment defines the contents of this simple type:

<simpleType name="ST_Crosses">
	<restriction base="xsd:string">
	<enumeration value="autoZero"/>
	<enumeration value="max"/>
	<enumeration value="min"/>
	</restriction>
</simpleType>