2.104 Marker

Applies to RDL 2003/10 and RDL 2005/01

The Marker element specifies a marker for displayed chart values.

The following are the parent and child elements of the Marker element.

Parent elements

DataPoint

Child elements

Marker.Size

Marker.Style

Marker.Type

The following is the XML Schema definition of the Marker element.

 <xsd:complexType name="MarkerType">
   <xsd:choice minOccurs="0" maxOccurs="unbounded">
     <xsd:element name="Type" minOccurs="0">
       <xsd:simpleType>
         <xsd:restriction base="xsd:string">
           <xsd:enumeration value="None" />
           <xsd:enumeration value="Square" />
           <xsd:enumeration value="Circle" />
           <xsd:enumeration value="Diamond" />
           <xsd:enumeration value="Triangle" />
           <xsd:enumeration value="Cross" />
           <xsd:enumeration value="Auto" />
         </xsd:restriction>
       </xsd:simpleType>
     </xsd:element>
     <xsd:element name="Size" type="SizeType" minOccurs="0" />
     <xsd:element name="Style" type="StyleType" minOccurs="0" />
     <xsd:any namespace="##other" processContents="skip" />
   </xsd:choice>
   <xsd:anyAttribute namespace="##other" processContents="skip" />
 </xsd:complexType>