multiplierToData

Attribute Group Information

Attributes

QName Type Fixed Default Use Inheritable Annotation
multiplierToData xsd:double 1.0 optional
<h:div class="summary">The scale by which to multiply raw data or a unit.</h:div>
<h:div class="description">The scale is applied *before* adding any constant. The attribute may be found on a data item (scalar, array, matrix, etc.) or a user-defined unit.</h:div>

Used By

Elements unit, xaxis, yaxis

Source

<xsd:attributeGroup id="attGp.multiplierToData" name="multiplierToData">
  <xsd:attribute id="att.multiplierToData" name="multiplierToData" type="xsd:double" default="1.0">
    <xsd:annotation>
      <xsd:documentation>
        <h:div class="summary">The scale by which to multiply raw data or a unit.</h:div>
        <h:div class="description">The scale is applied *before* adding any constant. The attribute may be found on a data item (scalar, array, matrix, etc.) or a user-defined unit.</h:div>
      </xsd:documentation>
    </xsd:annotation>
  </xsd:attribute>
</xsd:attributeGroup>