2.90.14 Axis.Scalar

Applies to RDL 2003/10 and RDL 2005/01

The Axis.Scalar element specifies whether the values along an Axis are scalar values (that is, numeric or date values) that are displayed on a Chart in a continuous axis.

The value of this element MUST be false if the axis is a CategoryAxis and if one of the following conditions is true:

  • The CategoryGrouping element of the chart contains more categories.

  • The CategoryGrouping element of the chart contains a static category.

  • The CategoryGrouping element of the chart contains a group with multiple grouping expressions.

The Axis.Scalar element is optional. If this element is present, its value MUST be a Boolean ([XMLSCHEMA2/2] section 3.2.2). If this element is not present, its value is interpreted as false.

Following is the parent element of the Axis.Scalar element.

Parent elements

Axis

The following is the XML Schema definition of the Axis.Scalar element.

 <xsd:element name="Scalar" type="xsd:boolean" minOccurs="0" />