[Table of Contents] [docx version]
Error! No text of specified style in document.
This element specifies the logarithmic base for a logarithmic axis.
Parent Elements |
scaling (§5.7.2.161) |
Attributes |
Description |
val (Logarithmic Base Value) |
Specifies the contents of this attribute will contain a floating point value greater than or equal to 2.
The possible values for this attribute are defined by the ST_LogBase simple type (§5.7.3.25). |
The following XML Schema fragment defines the contents of this element:
<complexType name="CT_LogBase">
<attribute name="val" type="ST_LogBase" use="required"/>
</complexType>