2.7.4 ST_SparklineAxisMinMax
Target namespace: http://schemas.microsoft.com/office/spreadsheetml/2009/9/main
Referenced by: CT_SparklineGroup
This simple type specifies information about how the vertical axis minimum or maximum is computed for this sparkline group.
Value |
Meaning |
---|---|
individual |
Specifies that the vertical axis minimum or maximum for each sparkline in this sparkline group is calculated automatically such that the data point with the minimum or maximum value can be displayed in the plot area. |
group |
Specifies that the vertical axis minimum or maximum is shared across all sparklines in this sparkline group and is calculated automatically such that the data point with the minimum or maximum value can be displayed in the plot area. |
custom |
Specifies that the vertical axis minimum or maximum for each sparkline in this sparkline group is specified by the manualMin attribute or the manualMax attribute of CT_SparklineGroup. |
The following W3C XML Schema ([XMLSCHEMA1/2] section 2.1) fragment specifies the contents of this simple type.
-
<xsd:simpleType name="ST_SparklineAxisMinMax"> <xsd:restriction base="xsd:string"> <xsd:enumeration value="individual"/> <xsd:enumeration value="group"/> <xsd:enumeration value="custom"/> </xsd:restriction> </xsd:simpleType>
See section 5.4 for the full W3C XML Schema ([XMLSCHEMA1/2] section 2.1).