2.175.11 LinearScale.LogarithmicBase
Applies to RDL 2008/01, RDL 2010/01, and RDL 2016/01
The LinearScale.LogarithmicBase element specifies the base to use for a LinearScale, which is logarithmic. If LinearScale.Logarithmic is set to true, the LinearScale.LogarithmicBase element is ignored.
The LinearScale.LogarithmicBase element is optional. If this element is present, its value MUST be Float ([XMLSCHEMA2] section 3.2.4) or an expression that evaluates to a Float. If this element is not present, its value is interpreted as 10. This element MUST have a Float value that is greater than 1.
The following is the parent element of the LinearScale.LogarithmicBase element.
Parent elements |
---|
LinearScale |
The following is the XML Schema definition of the LinearScale.LogarithmicBase element.
-
<xsd:element name="LogarithmicBase" type="xsd:string" minOccurs="0" />